mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
Use IS NULL operator for null value in where_link function
This commit is contained in:
@@ -336,7 +336,7 @@ if (!$columns) {
|
||||
}
|
||||
}
|
||||
foreach ($unique_array as $k => $v) {
|
||||
$link .= h(where_link($i++, $k, $v, (isset($v) ? "=" : "IS NULL")));
|
||||
$link .= h(where_link($i++, $k, $v));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user