diff --git a/htdocs/boutique/editeur/index.php b/htdocs/boutique/editeur/index.php index a1efdec813e..abbb8ee015c 100644 --- a/htdocs/boutique/editeur/index.php +++ b/htdocs/boutique/editeur/index.php @@ -38,7 +38,7 @@ $offset = $limit * $page ; print_barre_liste("Liste des Editeurs", $page, $PHP_SELF); -$sql = "SELECT e.rowid, e.nom FROM llx_editeur as e"; +$sql = "SELECT e.rowid, e.nom FROM ".MAIN_DB_PREFIX."editeur as e"; $sql .= " ORDER BY $sortfield $sortorder "; $sql .= $db->plimit( $limit ,$offset); diff --git a/htdocs/boutique/livre/index.php b/htdocs/boutique/livre/index.php index 55124d1d842..7938827e00d 100644 --- a/htdocs/boutique/livre/index.php +++ b/htdocs/boutique/livre/index.php @@ -46,7 +46,7 @@ $form = '