|
From: mdw c. <myd...@li...> - 2002-05-14 00:44:39
|
MyDynaWeb CVS committal Author : xbtheria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/include Modified Files: admin_form.class.php Log Message: Bug: wasn't possible to reach BUILDING->Environnement->whatever forms !! But maybe a convention should be used, all directory stuff are to be with slashes ending, not prepending. =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/include/admin_form.class.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- admin_form.class.php 28 Jan 2002 20:48:47 -0000 1.2 +++ admin_form.class.php 14 May 2002 00:44:38 -0000 1.3 @@ -50,7 +50,7 @@ $this->fields = $DBH->describe_table($table); // Templates for the forms - $this->root = DYNA_ROOT."templates/"; + $this->root = DYNA_ROOT."/templates"; } |