Fix NULL vs. NULL comparison.

This commit is contained in:
Daniel Nichter
2013-06-26 12:26:34 -07:00
parent cefc0d3065
commit 362d80f7e8
2 changed files with 6 additions and 24 deletions

View File

@@ -1,33 +1,11 @@
$rows = [
[
'1',
'a',
'2013-01-01 00:00:01'
'a'
],
[
'2',
'b',
'2013-01-01 00:00:02'
],
[
'3',
'c',
'2013-01-01 00:00:03'
],
[
'4',
'd',
'2013-01-01 00:00:04'
],
[
'5',
'e',
'2013-01-01 00:00:05'
],
[
'6',
'f',
'2013-01-01 00:00:06'
undef
]
];