Update of /cvsroot/php-blog/serendipity/include/tpl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3789/include/tpl
Modified Files:
config_local.inc.php
Log Message:
* since 'nosave' vars are no longer stored in the DB, we need to remove them from the DB or problems arise that you can't change a config value. (see mailinglist)
* fixed remaining spelling mistake :)
Index: config_local.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/tpl/config_local.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- config_local.inc.php 9 Dec 2004 23:34:46 -0000 1.4
+++ config_local.inc.php 10 Dec 2004 10:59:06 -0000 1.5
@@ -51,7 +51,7 @@
'default' => 'serendipity_',
'flags' => array('nosave')),
- array('var' => 'dbPersistant',
+ array('var' => 'dbPersistent',
'title' => INSTALL_DBPERSISTENT,
'description' => INSTALL_DBPERSISTENT_DESC,
'type' => 'bool',
|