Skip to content
Snippets Groups Projects

Hotline#157372 moisson scholar vox mise a jour

Compare and Show latest version
1 file
+ 0
1
Preferences
Compare changes
@@ -7,7 +7,6 @@ try {
} catch (Exception $e) {
$adapter->query('ALTER TABLE `batchs` ADD COLUMN `pick_day` VARCHAR(255) NOT NULL DEFAULT "' . $week_days->allDaysSerialized() . '";');
$adapter->query('update `batchs` set `pick_day`="' . $week_days->saturdaySerialized() . '" where type="' . Class_Batch_ArteVOD::TYPE . '";');
$adapter->query('update `batchs` set `pick_day`="' . $week_days->sundaySerialized() . '" where type="' . Class_Batch_Cyberlibris::TYPE . '";');
$adapter->query('update `batchs` set `pick_day`="' . $week_days->sundaySerialized() . '" where type="' . Class_Batch_Jamendo::TYPE . '";');
}
?>
\ No newline at end of file