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