General improvements
This commit is contained in:
@@ -21,7 +21,6 @@ class Task_Photo_Move extends Minion_Task {
|
||||
|
||||
} else {
|
||||
$p = ORM::factory('Photo')
|
||||
->where('date_taken','is not',NULL)
|
||||
->where_open()
|
||||
->where('remove','!=',TRUE)
|
||||
->or_where('remove','is',NULL)
|
||||
|
Reference in New Issue
Block a user