Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3789
Modified Files:
serendipity_config.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: serendipity_config.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_config.inc.php,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- serendipity_config.inc.php 9 Dec 2004 13:31:13 -0000 1.113
+++ serendipity_config.inc.php 10 Dec 2004 10:59:05 -0000 1.114
@@ -15,7 +15,7 @@
include_once(S9Y_INCLUDE_PATH . 'include/compat.inc.php');
-$serendipity['version'] = '0.8-alpha6';
+$serendipity['version'] = '0.8-alpha7';
$serendipity['defaultTemplate'] = 'default'; // Name of folder for the default theme
$serendipity['production'] = true; // Setting this to 'false' will enable debugging output
$serendipity['rewrite'] = 'none';
|