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
|
|
@ -45,7 +45,7 @@ require_once dirname(dirname(__FILE__)) .'/common.php';
|
|||
$RowsTPL = gettemplate('admin/multi_rows');
|
||||
$PageTPL = gettemplate('admin/multi_body');
|
||||
|
||||
while ($infos = mysql_fetch_assoc($query)) {
|
||||
while ($infos = $query->fetch(PDO::FETCH_ASSOC)) {
|
||||
$Bloc['player'] = $infos['player'];
|
||||
$Bloc['text'] = $infos['text'];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue