1
0
Fork 0
- changes and fixes for parsing statements
- QA

SQl-Browser / SQL-Box:
-  added semicolon to table select box
Dieser Commit ist enthalten in:
DSB 2011-06-20 13:39:03 +00:00
Ursprung 2a46539fe5
Commit e95ab08945
13 geänderte Dateien mit 98 neuen und 56 gelöschten Zeilen

Datei anzeigen

@ -44,12 +44,11 @@ class Msd_Html
* Returns a new array containing the different prefixes. Used for building
* filter select boxes (e.g. sqlserver/show.variables).
*
* @param array $array Array to scan for prefixes
* @param boolean $addNoneOption Whether to add a first entry '---'
* @param array $array Array to scan for prefixes
*
* @return $prefix_array array The array conatining the unique prefixes
* @return array The array conatining the unique prefixes
*/
public static function getPrefixArray($array, $addNoneOption = true)
public static function getPrefixArray($array)
{
$prefixes = array();
$keys = array_keys($array);