Completed
Push — master ( 97b490...fb1de0 )
by Aimeos
06:27 queued 01:51
created
lib/custom/src/MShop/Customer/Manager/Group/Typo3.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.