diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-12-03 13:37:47 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-12-03 13:37:47 +0100 |
commit | 838a9d69a9139b6bcd6f8765fdd2d58b929e70ad (patch) | |
tree | 3d296693ea910fd5473e9fb7dec825e4e9edae50 /system/database/drivers/mysqli | |
parent | 6a38949d5ac50a123c7fdee37d9561e02fa72884 (diff) |
[ci skip] Cleaned some spaces
Diffstat (limited to 'system/database/drivers/mysqli')
-rw-r--r-- | system/database/drivers/mysqli/mysqli_driver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/mysqli/mysqli_driver.php b/system/database/drivers/mysqli/mysqli_driver.php index 78a4bef0f..17f025f61 100644 --- a/system/database/drivers/mysqli/mysqli_driver.php +++ b/system/database/drivers/mysqli/mysqli_driver.php @@ -466,7 +466,7 @@ class CI_DB_mysqli_driver extends CI_DB { { if ($field !== $index) { - $final[$field][] = 'WHEN '.$index.' = '.$val[$index].' THEN '.$val[$field]; + $final[$field][] = 'WHEN '.$index.' = '.$val[$index].' THEN '.$val[$field]; } } } |