[phpwebapp-commits] CVS: web_app/timer class.Timer.php,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-07 16:12:25
|
Update of /cvsroot/phpwebapp/web_app/timer In directory sc8-pr-cvs1:/tmp/cvs-serv8227/timer Modified Files: class.Timer.php Log Message: WebApp::to_url_path() renamed WebApp::to_url() Index: class.Timer.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/timer/class.Timer.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** class.Timer.php 16 Jul 2003 09:27:59 -0000 1.2 --- class.Timer.php 7 Aug 2003 16:12:22 -0000 1.3 *************** *** 81,85 **** if (!EXECUTION_TIME_INFO) return ""; ! $timer_path = WebApp::to_url_path(TIMER_PATH); $js_code = " <script language='JavaScript' src='".$timer_path."class.Timer.js'></script> --- 81,85 ---- if (!EXECUTION_TIME_INFO) return ""; ! $timer_path = WebApp::to_url(TIMER_PATH); $js_code = " <script language='JavaScript' src='".$timer_path."class.Timer.js'></script> |