Update of /cvsroot/phpwebapp/web_app/parser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1796/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.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** class.WebObject.php 22 Jul 2004 16:25:37 -0000 1.10
--- class.WebObject.php 20 Sep 2004 13:28:06 -0000 1.11
***************
*** 96,100 ****
{
$sVars = $this->getSVars();
! if (sizeof($sVars)==0)
{
//this is the first time that this webobj is
--- 96,100 ----
{
$sVars = $this->getSVars();
! if (!isset($sVars['initialized']))
{
//this is the first time that this webobj is
|