typo
This commit is contained in:
@@ -2362,7 +2362,7 @@ if (typeof(window.parent) != 'undefined'
|
|||||||
echo '<input type="image" name="' . $image_name . '" value="'
|
echo '<input type="image" name="' . $image_name . '" value="'
|
||||||
. $text . '" title="' . $text . '" src="' . $GLOBALS['pmaThemeImage']
|
. $text . '" title="' . $text . '" src="' . $GLOBALS['pmaThemeImage']
|
||||||
. $image . '" />'
|
. $image . '" />'
|
||||||
. ($GLOBALS['cfg']['PropertiesIconic'] == 'both' ? ' ' . $text : '') . "\n";
|
. ($GLOBALS['cfg']['PropertiesIconic'] === 'both' ? ' ' . $text : '') . "\n";
|
||||||
}
|
}
|
||||||
} // end function
|
} // end function
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user