Update of /home/spip-cvs/spip
In directory alan:/tmp/cvs-serv18654
Modified Files:
inc-balises.php3
Log Message:
LOGO_RUBRIQUE = LOGO_RUBRIQUE_RUBRIQUE ...
Index: inc-balises.php3
RCS file: /home/spip-cvs/spip/inc-balises.php3,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- inc-balises.php3 25 Oct 2004 23:32:35 -0000 1.28
+++ inc-balises.php3 25 Oct 2004 23:36:55 -0000 1.29
@@ -626,7 +626,7 @@
"', $_id_objet," .
(($suite_logo == '_RUBRIQUE') ?
champ_sql("id_rubrique", $p) :
- (($type_objet == 'RUBRIQUE') ? "sql_parent($_id_objet)" : "''")) .
+ (($type_objet == 'RUBRIQUE') ? $_id_objet : "''")) .
", $code_lien, '$flag_fichier')";
}
$p->statut = 'php';