|
@@ -249,7 +249,7 @@ discard block |
|
|
block discarded – undo |
|
249
|
249
|
|
|
250
|
250
|
$error = 0; |
|
251
|
251
|
if (empty($reshook)) { |
|
252
|
|
- print '<!-- formactions->showactions -->' . "\n"; |
|
|
252
|
+ print '<!-- formactions->showactions -->'."\n"; |
|
253
|
253
|
print load_fiche_titre($title, $morehtmlright, '', 0, '', '', $morehtmlcenter); |
|
254
|
254
|
} |
|
255
|
255
|
|
|
@@ -382,7 +382,7 @@ discard block |
|
|
block discarded – undo |
|
382
|
382
|
$caction = new CActionComm($this->db); |
|
383
|
383
|
|
|
384
|
384
|
// Suggest a list with manual events or all auto events |
|
385
|
|
- $arraylist = $caction->liste_array(1, 'code', $excludetype, $onlyautoornot, '', 0); // If we use param 'all' instead of 'code', there is no group by include in answer but the key 'type' of answer array contains the key for the group by. |
|
|
385
|
+ $arraylist = $caction->liste_array(1, 'code', $excludetype, $onlyautoornot, '', 0); // If we use param 'all' instead of 'code', there is no group by include in answer but the key 'type' of answer array contains the key for the group by. |
|
386
|
386
|
|
|
387
|
387
|
if ($selected == 'manual') { |
|
388
|
388
|
$selected = 'AC_OTH'; |
Please login to merge, or discard this patch.