From ee7915b965e0e1372a5b36714a66e6cab4744556 Mon Sep 17 00:00:00 2001
From: "Committo,Ergo:sum" <esj@rezo.net>
Date: Thu, 22 Jul 2004 13:33:04 +0000
Subject: [PATCH] =?UTF-8?q?gestion=20du=20IN=20compatible=20avec=20le=20pr?=
 =?UTF-8?q?=C3=A9fixe=20des=20tables?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 inc-calcul_mysql3.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc-calcul_mysql3.php b/inc-calcul_mysql3.php
index 50fec6d119..d40e20c6c5 100644
--- a/inc-calcul_mysql3.php
+++ b/inc-calcul_mysql3.php
@@ -125,7 +125,7 @@ function calcul_mysql_in($val, $valeurs, $tobeornotobe)
 function calcul_generation ($generation) {
 	$lesfils = array();
 	$result = spip_abstract_select(array('id_rubrique'),
-				       array('spip_rubriques AS rubriques'),
+				       array('rubriques AS rubriques'),
 				       array(calcul_mysql_in('id_parent', 
 							     $generation,
 							     '')),
-- 
GitLab