Little code reorganistaion (RFE #957308), removed some remaining php3 compatibility code in SQL parser.
This commit is contained in:
@@ -43,7 +43,7 @@ function PMA_getAvailableMIMEtypes() {
|
||||
|
||||
if (is_array($filestack)) {
|
||||
@ksort($filestack);
|
||||
foreach($filestack AS $key => $file) {
|
||||
foreach ($filestack AS $key => $file) {
|
||||
|
||||
if (preg_match('|^.*__.*\.inc\.php(3?)$|', trim($file), $match)) {
|
||||
// File contains transformation functions.
|
||||
|
Reference in New Issue
Block a user