mirror of
https://github.com/vrana/adminer.git
synced 2026-06-15 23:10:52 +02:00
Use JUSH highlighter
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@95 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -193,6 +193,7 @@ function select($result) {
|
||||
$blobs = array();
|
||||
for ($j=0; $j < count($row); $j++) {
|
||||
$field = mysql_fetch_field($result, $j);
|
||||
//! table and column aliases
|
||||
if (strlen($field->table) && $field->primary_key) {
|
||||
$links[$j] = $field->table;
|
||||
if (!isset($indexes[$field->table])) {
|
||||
|
||||
Reference in New Issue
Block a user