From 5c7dd92151d146f17cfe267bd167b6c5a1d0d3df Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 31 Aug 2003 22:33:51 +0000 Subject: [PATCH] Correction erreur requete SQL --- htdocs/includes/modules/propale/mod_propale_ivoire.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/propale/mod_propale_ivoire.php b/htdocs/includes/modules/propale/mod_propale_ivoire.php index 0410d053a80..6f32cb2bab0 100644 --- a/htdocs/includes/modules/propale/mod_propale_ivoire.php +++ b/htdocs/includes/modules/propale/mod_propale_ivoire.php @@ -25,7 +25,7 @@ function propale_get_num($objsoc=0) { global $db; - $sql = "SELECT count(*) FROM llx_propale"; + $sql = "SELECT count(*) FROM llx_propal"; if ( $db->query($sql) ) {