mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
restore code format after netbeans update
This commit is contained in:
@@ -126,7 +126,7 @@ class task_period_batchupload extends task_appboxAbstract
|
||||
$sql = 'UPDATE uplbatch SET complete="2", error = :error'
|
||||
. ' WHERE uplbatch_id = :batch_id';
|
||||
$stmt = $conn->prepare($sql);
|
||||
$stmt->execute(array(':error' => $errors, ':batch_id' => $batch_id));
|
||||
$stmt->execute(array(':error' => $errors, ':batch_id' => $batch_id));
|
||||
$stmt->closeCursor();
|
||||
|
||||
$this->log(sprintf(('finishing batch %s'), $row['uplbatch_id']));
|
||||
|
Reference in New Issue
Block a user