[Phpslash-commit] CVS: phpslash-dev/public_html backend.php,1.1.1.1,1.2
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-09-13 23:35:35
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22556/phpslash-dev/public_html Modified Files: backend.php Log Message: Add class requirements. Index: backend.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/backend.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** backend.php 12 Mar 2003 16:12:56 -0000 1.1.1.1 --- backend.php 13 Sep 2004 23:35:24 -0000 1.2 *************** *** 54,57 **** --- 54,62 ---- } + AddClassRequirement("story_base",$_PSL['moduledir'] . "/story/Story_base.class"); + AddClassRequirement("story","story_base"); + AddClassRequirement("story",$_PSL['moduledir'] . "/story/Story.class"); + AddClassRequirement("story_plugin_i",$_PSL['moduledir'] ."/". $_PSL['module']['Story'] ."/Story_plugin_i.class"); + // Object Creation $story = pslNew("Story"); |