Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
parent
61abbb3900
commit
3fd8832b45
138 changed files with 2597 additions and 1253 deletions
|
|
@ -48,7 +48,7 @@ $parse = $lang;
|
|||
// Affichage des messages
|
||||
$query = doquery("SELECT * FROM {{table}} ORDER BY messageid DESC LIMIT 25", 'chat');
|
||||
$i = 0;
|
||||
while ($e = mysql_fetch_array($query)) {
|
||||
while ($e = $query->fetch(PDO::FETCH_BOTH)) {
|
||||
$i++;
|
||||
$parse['msg_list'] .= stripslashes("<tr><th class=b>" . date('h:i:s', $e['timestamp']) . "</th>".
|
||||
"<th class=b>". $e['user'] . "</th>".
|
||||
|
|
|
|||
Loading…
Reference in a new issue