Update of /cvsroot/php-blog/serendipity/include/tpl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4905/include/tpl
Modified Files:
config_local.tpl
Log Message:
Persistant => Persistent, thanks Sebastian
Index: config_local.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/tpl/config_local.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- config_local.tpl 29 Nov 2004 23:21:47 -0000 1.5
+++ config_local.tpl 30 Nov 2004 07:50:43 -0000 1.6
@@ -8,7 +8,7 @@
$serendipity['dbPass'] = '{INSTALL_DBPASS|dbPass|protected||255}'; // INSTALL_DBPASS_DESC
$serendipity['dbName'] = '{INSTALL_DBNAME|dbName|string|serendipity|255}'; // INSTALL_DBNAME_DESC
$serendipity['dbPrefix'] = '{INSTALL_DBPREFIX|dbPrefix|string|serendipity_|255}'; // INSTALL_DBPREFIX_DESC
-$serendipity['dbPersistant'] = '{INSTALL_DBPERSISTANT|dbPersistant|bool|0|255}'; // INSTALL_DBPERSISTANT_DESC
+$serendipity['dbPersistent'] = '{INSTALL_DBPERSISTENT|dbPersistent|bool|0|255}'; // INSTALL_DBPERSISTENT_DESC
// INSTALL_CAT_PATHS
# INSTALL_CAT_PATHS_DESC
|