Skip to content
Snippets Groups Projects
Commit 19872bbc authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Prefix en dur "llx_" remplacé par constante "MAIN_DB_PREFIX".

parent 115ff4e7
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ if (! strlen($_GET["num"]))
$pagenext = $page + 1;
$sql = "SELECT distinct(b.num_releve) as numr";
$sql .= ' FROM ".MAIN_DB_PREFIX."bank as b WHERE fk_account = '.$_GET["account"].' ORDER BY numr DESC';
$sql .= " FROM ".MAIN_DB_PREFIX."bank as b WHERE fk_account = ".$_GET["account"]." ORDER BY numr DESC";
$sql .= $db->plimit($limit + 1,$offset);
$result = $db->query($sql);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment