[phpwebapp-commits] CVS: web_app class.WebApp.php,1.22,1.23
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-10-11 09:51:07
|
Update of /cvsroot/phpwebapp/web_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5476 Modified Files: class.WebApp.php Log Message: fix Index: class.WebApp.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/class.WebApp.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** class.WebApp.php 8 Oct 2004 10:01:56 -0000 1.22 --- class.WebApp.php 11 Oct 2004 09:50:53 -0000 1.23 *************** *** 605,609 **** * $name = window.open($url, $name, $features); */ ! function popup_window($name, $url, $features ='nil') { global $webPage; --- 605,609 ---- * $name = window.open($url, $name, $features); */ ! function popup_window($name, $url, $features =UNDEFINED) { global $webPage; |