Update of /cvsroot/phpwebapp/web_app/parser
In directory sc8-pr-cvs1:/tmp/cvs-serv19522/parser
Modified Files:
class.WebPage.php
Log Message:
Index: class.WebPage.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/parser/class.WebPage.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** class.WebPage.php 11 Aug 2003 16:17:51 -0000 1.4
--- class.WebPage.php 15 Aug 2003 07:03:42 -0000 1.5
***************
*** 171,175 ****
function messages_to_js()
{
! if (sizeof($this->messages)==0) return " ";
$js = "<script language='javascript'>\n";
--- 171,175 ----
function messages_to_js()
{
! if (sizeof($this->messages)==0) return "";
$js = "<script language='javascript'>\n";
|