Changeset 2215:0775c8672865 for admin/services.php
- Timestamp:
- 10/02/13 17:00:38 (12 years ago)
- Branch:
- dcRepo
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/services.php
r2174 r2215 447 447 { 448 448 if (empty($get['id'])) { 449 449 throw new Exception('No module ID'); 450 450 } 451 451 if (empty($get['list'])) { 452 452 throw new Exception('No list ID'); 453 453 } 454 454 … … 482 482 483 483 if (empty($module)) { 484 484 throw new Exception('Unknow module ID'); 485 485 } 486 486 … … 489 489 $rsp = new xmlTag('module'); 490 490 $rsp->id = $id; 491 491 492 492 foreach($module as $k => $v) { 493 493 $rsp->{$k}((string) $v);
Note: See TracChangeset
for help on using the changeset viewer.