mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
Init with null
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1475 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -7,7 +7,7 @@ $foreign_keys = column_foreign_keys($TABLE);
|
||||
|
||||
$rights = array(); // privilege => 0
|
||||
$columns = array(); // selectable columns
|
||||
unset($text_length);
|
||||
$text_length = null;
|
||||
foreach ($fields as $key => $field) {
|
||||
$name = $adminer->fieldName($field);
|
||||
if (isset($field["privileges"]["select"]) && $name != "") {
|
||||
|
Reference in New Issue
Block a user