Legend:
- Unmodified
- Added
- Removed
-
gm.php
r28 r145 23 23 } 24 24 $Acc = $Line['AccID']; 25 $Database->select_db(' mangos');25 $Database->select_db('characters'); 26 26 if ($Acc <> '0') { 27 27 echo '<tr><td><p>GM Postavy ve høe:</p></td>'; … … 43 43 echo '<td><p><b><a href="http://wow.zdechov.net/forum/profile.php?mode=viewprofile&u='.$Line['ForumID'].'">Profil</a></b></p></td>'; 44 44 echo '</tr>'; 45 echo('<tr><td colspan="2">< br></td></tr>');45 echo('<tr><td colspan="2"><hr></td></tr>'); 46 46 47 47 }
Note:
See TracChangeset
for help on using the changeset viewer.