Changeset 10194 in spip-zone
- Timestamp:
- Mar 6, 2007, 11:50:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_stable_/forms/forms_et_tables_1_9_1/base/forms_base_api.php
r10193 r10194 48 48 $liste[$type] = array(); 49 49 $res = spip_query("SELECT id_form FROM spip_forms WHERE type_form="._q($type)); 50 $liste[$type] = array();51 50 while ($row = spip_fetch_array($res)){ 52 51 $liste[$type][] = $row['id_form'];
Note: See TracChangeset
for help on using the changeset viewer.