@@ -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(); |