diff options
| author | wjames5 <will@tekimaki.com> | 2008-11-11 22:21:46 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-11-11 22:21:46 +0000 |
| commit | 1c800d5d5450563d7c0f0540946cf96631504de4 (patch) | |
| tree | 1132bc7ff35f26d352389b938445b29222c77717 /admin | |
| parent | 007c620852409e683b60bb94a708ee6f1753dc4f (diff) | |
| download | wiki-1c800d5d5450563d7c0f0540946cf96631504de4.tar.gz wiki-1c800d5d5450563d7c0f0540946cf96631504de4.tar.bz2 wiki-1c800d5d5450563d7c0f0540946cf96631504de4.zip | |
moved to semaphore pkg
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_wiki_inc.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/admin/admin_wiki_inc.php b/admin/admin_wiki_inc.php index 49a314d..92d8847 100644 --- a/admin/admin_wiki_inc.php +++ b/admin/admin_wiki_inc.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_wiki/admin/admin_wiki_inc.php,v 1.30 2008/11/09 07:32:24 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_wiki/admin/admin_wiki_inc.php,v 1.31 2008/11/11 22:21:46 wjames5 Exp $ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. @@ -153,8 +153,6 @@ if( !empty( $_REQUEST["wikifeatures"] )) { $gBitSmarty->assign("warn_on_edit", 'n'); } //$gBitSystem->storeConfig("wiki_link_type", $_REQUEST["link_type"], WIKI_PKG_NAME); - $gBitSystem->storeConfig("wiki_warn_on_edit_time", $_REQUEST["wiki_warn_on_edit_time"], WIKI_PKG_NAME); - $gBitSmarty->assign('wiki_warn_on_edit_time', $_REQUEST["wiki_warn_on_edit_time"]); /* not sure if the following are still required */ $gBitSystem->storeConfig('wiki_tables', $_REQUEST['wiki_tables'], WIKI_PKG_NAME); |
