[phpwebapp-commits] CVS: web_app/timer class.Timer.php,1.7,1.8 class.Timer.js,1.4,1.5
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-15 14:46:14
|
Update of /cvsroot/phpwebapp/web_app/timer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16073/timer Modified Files: class.Timer.php class.Timer.js Log Message: Index: class.Timer.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/timer/class.Timer.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** class.Timer.php 15 Jul 2004 13:36:13 -0000 1.7 --- class.Timer.php 15 Jul 2004 14:46:04 -0000 1.8 *************** *** 77,83 **** </tr> <tr> ! <td bgcolor='#eeeeee' nowrap='true'> Process ID </td> ! <td bgcolor='#eeeeee' nowrap='true'> Execution Time (msec) </td> ! <td bgcolor='#eeeeee' nowrap='true'> Comment </td> </tr>"; --- 77,83 ---- </tr> <tr> ! <td bgcolor='#eeeeee' nowrap='nowrap'> Process ID </td> ! <td bgcolor='#eeeeee' nowrap='nowrap'> Execution Time (msec) </td> ! <td bgcolor='#eeeeee' nowrap='nowrap'> Comment </td> </tr>"; Index: class.Timer.js =================================================================== RCS file: /cvsroot/phpwebapp/web_app/timer/class.Timer.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** class.Timer.js 25 Aug 2003 13:18:30 -0000 1.4 --- class.Timer.js 15 Jul 2004 14:46:04 -0000 1.5 *************** *** 92,98 **** </tr>\ <tr>\ ! <td bgcolor='#eeeeee' nowrap='true'> Process ID </td>\ ! <td bgcolor='#eeeeee' nowrap='true'> Execution Time (msec) </td>\ ! <td bgcolor='#eeeeee' nowrap='true'> Comment </td>\ </tr>"; --- 92,98 ---- </tr>\ <tr>\ ! <td bgcolor='#eeeeee' nowrap='nowrap'> Process ID </td>\ ! <td bgcolor='#eeeeee' nowrap='nowrap'> Execution Time (msec) </td>\ ! <td bgcolor='#eeeeee' nowrap='nowrap'> Comment </td>\ </tr>"; |