mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/sql-bool-builder] AS keyword must be lowercase;
AS keyword must be lowercase; expected "as" but found "AS" PHPBB3-13652
This commit is contained in:
@@ -819,7 +819,7 @@ abstract class driver implements driver_interface
|
|||||||
{
|
{
|
||||||
$operation = array_shift($operations_ary);
|
$operation = array_shift($operations_ary);
|
||||||
|
|
||||||
foreach ($operations_ary AS &$condition)
|
foreach ($operations_ary as &$condition)
|
||||||
{
|
{
|
||||||
switch ($condition[0])
|
switch ($condition[0])
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user