From: Martin G. <gim...@gi...> - 2002-09-11 21:11:42
|
Hi, My experimental WikiWikiWeb broke after I updated to the latest CVS code... This small patch made things run again: Index: main.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/main.php,v retrieving revision 1.76 diff -u -3 -r1.76 main.php --- main.php 9 Sep 2002 15:41:29 -0000 1.76 +++ main.php 11 Sep 2002 21:08:06 -0000 @@ -15,7 +15,7 @@ require_once('lib/DB_Session.php'); } else { if (!defined('USE_DB_SESSION')) - define('USE_DB_SESSION','false'); + define('USE_DB_SESSION', false); } class WikiRequest extends Request { -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather => Shows the current weather on your webpage and PHP Shell => A telnet-connection (almost :-) in a PHP page. |