@@ -123,7 +123,7 @@ |
||
123 | 123 | |
124 | 124 | if ($value !== null) { |
125 | 125 | // Trim $value and see if it matches full date time string format. |
126 | - $dt = preg_match(self::DATE_TIME_REGEX, trim($value)); |
|
126 | + $dt = preg_match(self::DATE_TIME_REGEX, trim($value)); |
|
127 | 127 | } |
128 | 128 | |
129 | 129 | // Use NULL? |