[phpwebapp-commits] CVS: web_app/parser class.WebObject.php,1.6,1.7
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-09-24 14:20:49
|
Update of /cvsroot/phpwebapp/web_app/parser In directory sc8-pr-cvs1:/tmp/cvs-serv28851/parser Modified Files: class.WebObject.php Log Message: Index: class.WebObject.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/parser/class.WebObject.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** class.WebObject.php 25 Aug 2003 13:18:32 -0000 1.6 --- class.WebObject.php 24 Sep 2003 14:20:44 -0000 1.7 *************** *** 165,169 **** break; default: ! print WebApp::warning_msg("IWebObject::getSVars(): unreckognized \$type '$type'."); case UNDEFINED: $arr_vars = array_merge($session->Vars, $session->dbVars); --- 165,169 ---- break; default: ! print WebApp::warning_msg("WebObject::getSVars(): unreckognized \$type '$type'."); case UNDEFINED: $arr_vars = array_merge($session->Vars, $session->dbVars); |