Todo: requete obsolete pointant sur une table inexistante
This commit is contained in:
parent
58b822c806
commit
9cab4262bb
@ -115,8 +115,9 @@ else
|
|||||||
}
|
}
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|
||||||
|
//Todo : Requete obsolete pointant sur une table inexistante
|
||||||
// Affiche les profils d'exports
|
// Affiche les profils d'exports
|
||||||
|
/*
|
||||||
$sql = "SELECT rowid, label, public, fk_user, ".$db->pdate("datec");
|
$sql = "SELECT rowid, label, public, fk_user, ".$db->pdate("datec");
|
||||||
$sql .= " FROM ".MAIN_DB_PREFIX."export as e";
|
$sql .= " FROM ".MAIN_DB_PREFIX."export as e";
|
||||||
$result=$db->query($sql);
|
$result=$db->query($sql);
|
||||||
@ -149,7 +150,7 @@ if ($result)
|
|||||||
|
|
||||||
print "</table>";
|
print "</table>";
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user