Version 0.7
This commit is contained in:
parent
e0f55450e1
commit
c117da6d77
148 changed files with 1914 additions and 801 deletions
|
|
@ -32,7 +32,7 @@ if ($bug > 0) {
|
|||
$result = mysql_query("SELECT * FROM bug ORDER BY temps DESC");
|
||||
while ($data = mysql_fetch_array($result)) {
|
||||
echo "<tr><td>Expéditeur : ".$data['pseudo']."</td></tr><tr><td>Le : "; convert_ts_fr($data['temps']);
|
||||
echo"</td></tr><tr><td>Page concernée : ".$data['page']."</td></tr><tr><td align=left><u>Description du bug :</u><br>".$data['description']."</td></tr><tr><td style=\"height: 5px; border: none; background: inherit;\"></td></tr>";
|
||||
echo"</td></tr><tr><td>Page concernée : ".$data['page']."</td></tr><tr><td align=left><u>Description du bug :</u><br>".nl2br($data['description'])."</td></tr><tr><td style=\"height: 5px; border: none; background: inherit;\"></td></tr>";
|
||||
}
|
||||
echo "</table>";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue