Changeset 50254 in spip-zone for _plugins_/contacts_et_organisations/action/editer_organisation.php
- Timestamp:
- Aug 4, 2011, 5:41:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/contacts_et_organisations/action/editer_organisation.php
r47041 r50254 79 79 $c = array(); 80 80 foreach ($champs as $champ) 81 $c[$champ] = _request($champ, $set);81 $c[$champ] = _request($champ, $set); 82 82 83 83 … … 132 132 $champs = array(); 133 133 134 134 spip_log($c, 'l'); 135 spip_log($row, 'l'); 136 spip_log($id_organisation, 'l'); 135 137 // Verifier que le parent demandee existe et est different 136 138 // du parent actuel … … 140 142 AND sql_getfetsel('1', 'spip_organisations', 'id_organisation='.$id_parent)) 141 143 { 142 $champs['id_parent'] = intval($id_parent);144 $champs['id_parent'] = $id_parent; 143 145 } 144 146
Note: See TracChangeset
for help on using the changeset viewer.