[phpwebapp-commits] CVS: web_app class.WebApp.php,1.12.2.3,1.12.2.4
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-10-11 09:53:30
|
Update of /cvsroot/phpwebapp/web_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6140 Modified Files: Tag: phpwebapp-1_0 class.WebApp.php Log Message: fix Index: class.WebApp.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/class.WebApp.php,v retrieving revision 1.12.2.3 retrieving revision 1.12.2.4 diff -C2 -d -r1.12.2.3 -r1.12.2.4 *** class.WebApp.php 8 Oct 2004 10:12:56 -0000 1.12.2.3 --- class.WebApp.php 11 Oct 2004 09:53:21 -0000 1.12.2.4 *************** *** 611,615 **** * $name = window.open($url, $name, $features); */ ! function popup_window($name, $url, $features ='nil') { global $webPage; --- 611,615 ---- * $name = window.open($url, $name, $features); */ ! function popup_window($name, $url, $features =UNDEFINED) { global $webPage; |