[phpwebapp-commits] CVS: web_app/timer class.Timer.php,1.12,1.13
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2006-01-04 08:32:49
|
Update of /cvsroot/phpwebapp/web_app/timer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9661/timer Modified Files: class.Timer.php Log Message: Index: class.Timer.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/timer/class.Timer.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** class.Timer.php 4 Nov 2005 06:54:14 -0000 1.12 --- class.Timer.php 4 Jan 2006 08:32:38 -0000 1.13 *************** *** 92,98 **** $html .= " <tr> ! <td bgcolor='#f9f9f9'> $processID </td> ! <td bgcolor='#f9f9ff'> $executionTime </td> ! <td bgcolor='#f9f9f9'><xmp>$comment</xmp></td> </tr>"; } --- 92,98 ---- $html .= " <tr> ! <td bgcolor='#f9f9f9' valign='top'> $processID </td> ! <td bgcolor='#f9f9ff' valign='top'> $executionTime </td> ! <td bgcolor='#f9f9f9' valign='top'><xmp>$comment</xmp></td> </tr>"; } |