mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #1394 from ravage84/patch-2
Removed superfluous break
This commit is contained in:
commit
868dc2e519
1 changed files with 0 additions and 1 deletions
|
@ -537,7 +537,6 @@ class Sqlserver extends DboSource {
|
||||||
} else {
|
} else {
|
||||||
return "SELECT {$limit} {$fields} FROM {$table} {$alias} {$joins} {$conditions} {$group} {$order}";
|
return "SELECT {$limit} {$fields} FROM {$table} {$alias} {$joins} {$conditions} {$group} {$order}";
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
case "schema":
|
case "schema":
|
||||||
extract($data);
|
extract($data);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue