mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 00:54:08 +02:00
Add helper for <input type=hidden>
This commit is contained in:
@@ -150,7 +150,7 @@ $i = 0;
|
||||
foreach ($grants as $object => $grant) {
|
||||
echo '<th>' . ($object != "*.*"
|
||||
? "<input name='objects[$i]' value='" . h($object) . "' size='10' autocapitalize='off'>"
|
||||
: "<input type='hidden' name='objects[$i]' value='*.*' size='10'>*.*"
|
||||
: input_hidden("objects[$i]", "*.*") . "*.*"
|
||||
); //! separate db, table, columns, PROCEDURE|FUNCTION, routine
|
||||
$i++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user