From b3b4aecd15ad04451f0c673b43c43fe65f59d8d8 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 2 Sep 2007 19:27:05 +0000 Subject: [PATCH] use better image for CREATE VIEW, thanks to Michael Keck --- libraries/display_tbl.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index 11cfa5bc3..22b0a89e6 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -2118,7 +2118,7 @@ function PMA_displayResultsOperations($the_disp_mode, $analyzed_sql) { echo '   ' . "\n"; echo PMA_linkOrButton( 'view_create.php' . $url_query, - ($GLOBALS['cfg']['PropertiesIconic'] ? 'CREATE VIEW' : '') . 'CREATE VIEW', + ($GLOBALS['cfg']['PropertiesIconic'] ? 'CREATE VIEW' : '') . 'CREATE VIEW', '', true, true, '') . "\n"; }