Changeset 5432 in spip-zone
- Timestamp:
- Sep 17, 2006, 5:08:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_branche_stable_/_spip_1_9_0_/recherche_etendue/exec/admin_index.php
r4969 r5432 132 132 // 133 133 $s = spip_query("SELECT idx,COUNT(*) FROM $table WHERE $critere GROUP BY idx"); 134 while ($t = spip_fetch_array($s )) {134 while ($t = spip_fetch_array($s,SPIP_NUM)) { 135 135 $indexes[$table][$t[0]] = $t[1]; 136 136 $index_total[$table] += $t[1];
Note: See TracChangeset
for help on using the changeset viewer.