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
|
|
@ -146,7 +146,7 @@ elseif($_POST){//Borrar
|
|||
//Loop para crear la lista de notas que el jugador tiene
|
||||
$count = 0;
|
||||
$parse=$lang;
|
||||
while($note = mysql_fetch_array($notes_query)){
|
||||
while ($note = $notes_query->fetch(PDO::FETCH_BOTH)){
|
||||
$count++;
|
||||
//Colorea el titulo dependiendo de la prioridad
|
||||
if($note["priority"] == 0){ $parse['NOTE_COLOR'] = "lime";}//Importante
|
||||
|
|
|
|||
Loading…
Reference in a new issue