[Phpslash-commit] CVS: phpslash-ft/public_html config.php3,1.114,1.115
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2001-11-12 02:32:47
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv32172 Modified Files: config.php3 Log Message: db object correction Index: config.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v retrieving revision 1.114 retrieving revision 1.115 diff -C2 -d -r1.114 -r1.115 *** config.php3 2001/10/17 17:11:27 1.114 --- config.php3 2001/11/12 02:32:43 1.115 *************** *** 353,356 **** --- 353,357 ---- } if ($_PSL[module][Story]) { + require($_PSL[classdir] . "/Story_base.class"); require($_PSL[classdir] . "/Story.class"); } |