Changeset 107380 in spip-zone for _plugins_/selection_articles/trunk/base/pb_selection.php
- Timestamp:
- Nov 7, 2017, 10:50:36 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/selection_articles/trunk/base/pb_selection.php
r107378 r107380 4 4 } 5 5 6 spip_log("hit A","___xxx");7 6 8 7 function pb_selection_declarer_tables_interfaces($interface){ 9 spip_log("hit B","___xxx");10 8 $interface['table_des_tables']['pb_selection'] = 'pb_selection'; 11 9 return $interface; … … 20 18 */ 21 19 function pb_selection_declarer_tables_auxiliaires($tables_auxiliaires){ 22 spip_log("hit C","___xxx");23 20 $spip_pb_selection = array( 24 21 "id_rubrique" => "bigint(21) NOT NULL",
Note: See TracChangeset
for help on using the changeset viewer.