Update of /cvsroot/phpwebapp/web_app/parser
In directory sc8-pr-cvs1:/tmp/cvs-serv17598/parser
Modified Files:
class.WebClassTpl.php class.Parser.php
Log Message:
Index: class.WebClassTpl.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/parser/class.WebClassTpl.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** class.WebClassTpl.php 25 Aug 2003 13:18:32 -0000 1.7
--- class.WebClassTpl.php 8 Sep 2003 13:18:24 -0000 1.8
***************
*** 76,81 ****
/**
! * Looks for the PHP file in the same folder as WebClass
! * (with the same name as the webclass' ID) and includes it
* if it exists; if not, define a dummy class for this webclass.
*/
--- 76,81 ----
/**
! * Look for the PHP file in the same folder as WebClass
! * (with the same name as the webclass' ID) and include it
* if it exists; if not, define a dummy class for this webclass.
*/
Index: class.Parser.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/parser/class.Parser.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** class.Parser.php 25 Aug 2003 13:18:32 -0000 1.6
--- class.Parser.php 8 Sep 2003 13:18:24 -0000 1.7
***************
*** 763,767 ****
global $webPage, $session;
! //get the attributes 'ID' and 'recs_per_page'
$id = Parser::get_attr_value($line, "ID");
--- 763,767 ----
global $webPage, $session;
! //get the attribute 'ID'
$id = Parser::get_attr_value($line, "ID");
|