From 9cab4262bb71e84c683b921b142515c7b6b859b8 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 8 Jul 2008 09:27:21 +0000 Subject: [PATCH] Todo: requete obsolete pointant sur une table inexistante --- htdocs/exports/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/exports/index.php b/htdocs/exports/index.php index 81a7b8804f7..f7ba629457b 100644 --- a/htdocs/exports/index.php +++ b/htdocs/exports/index.php @@ -115,8 +115,9 @@ else } print ''; - +//Todo : Requete obsolete pointant sur une table inexistante // Affiche les profils d'exports +/* $sql = "SELECT rowid, label, public, fk_user, ".$db->pdate("datec"); $sql .= " FROM ".MAIN_DB_PREFIX."export as e"; $result=$db->query($sql); @@ -149,7 +150,7 @@ if ($result) print ""; } - +*/ print ''; print '';