[phpwebapp-commits] CVS: web_app class.WebApp.php,1.14,1.15
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-01-20 07:33:27
|
Update of /cvsroot/phpwebapp/web_app In directory sc8-pr-cvs1:/tmp/cvs-serv25107 Modified Files: class.WebApp.php Log Message: Index: class.WebApp.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/class.WebApp.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** class.WebApp.php 30 Sep 2003 07:11:20 -0000 1.14 --- class.WebApp.php 20 Jan 2004 07:33:24 -0000 1.15 *************** *** 59,63 **** else { ! $err_msg = "WebApp::callFreeEvent(): File '$file_name' not found."; print WebApp::error_msg($err_msg); } --- 59,63 ---- else { ! $err_msg = "WebApp::callFreeEvent(): File '$fname' not found."; print WebApp::error_msg($err_msg); } |