1
0
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:
jakubvrana
2010-04-22 12:19:22 +00:00
parent 7d64e0357f
commit 0115315a43
2 changed files with 3 additions and 4 deletions

View File

@@ -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 != "") {