UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Wed, 7 Sep 2016 02:29:21 +0000 (10:29 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 7 Sep 2016 02:29:21 +0000 (10:29 +0800)
UpdateDatabase.php

index 8cb055e..fb30295 100644 (file)
@@ -890,6 +890,7 @@ class Pman_Core_UpdateDatabase extends Pman
         
         $modes = explode(",", $db->Value);
         
+        // these are 'new' problems with mysql.
         if(
                 in_array('NO_ZERO_IN_DATE', $modes) ||
                 in_array('NO_ZERO_DATE', $modes) ||