[phpwebapp-commits] CVS: web_app/parser class.WebPage.php,1.4,1.5
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-15 08:01:34
|
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"; |