@@ -55,8 +55,7 @@ |
||
55 | 55 | } |
56 | 56 | |
57 | 57 | $this->status( 'done' ); |
58 | - } |
|
59 | - else |
|
58 | + } else |
|
60 | 59 | { |
61 | 60 | $this->status( 'OK' ); |
62 | 61 | } |
@@ -295,7 +295,7 @@ |
||
295 | 295 | $stmt->bind( $idx++, $id, \Aimeos\MW\DB\Statement\Base::PARAM_INT ); |
296 | 296 | $item->setId( $id ); |
297 | 297 | } else { |
298 | - $stmt->bind( $idx++, time(), \Aimeos\MW\DB\Statement\Base::PARAM_INT ); // ctime |
|
298 | + $stmt->bind( $idx++, time(), \Aimeos\MW\DB\Statement\Base::PARAM_INT ); // ctime |
|
299 | 299 | } |
300 | 300 | |
301 | 301 | $stmt->execute()->finish(); |