Changeset 598 for trunk/mangos_debug/index.php
- Timestamp:
- May 21, 2009, 11:29:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mangos_debug/index.php
r569 r598 24 24 { 25 25 if($DbRow['Id'] == $Id) echo('<strong>'); 26 echo('<a href="?Id='.$DbRow['Id'].'&Page='.$Page.'&Show=Backtrace">'.str_replace( " ", " ", $DbRow['Time']).'</a>');26 echo('<a href="?Id='.$DbRow['Id'].'&Page='.$Page.'&Show=Backtrace">'.str_replace(' ', ' ', $DbRow['Time']).'</a>'); 27 27 if($DbRow['Id'] == $Id) echo('</strong>'); 28 28 echo('<br>');
Note:
See TracChangeset
for help on using the changeset viewer.