commit | c51816da79d4b7a1c517142d7380234a9d8bae77 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Tue Feb 14 16:55:42 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Tue Feb 14 16:55:42 2012 +0200 |
tree | d157235e15d0721aa0f59e2fa2f22cdfac9602c2 | |
parent | 93cac5cc7bd1537788506d577c69852b4895a932 [diff] [blame] |
Fix another issue
diff --git a/system/database/drivers/mysql/mysql_utility.php b/system/database/drivers/mysql/mysql_utility.php index 538aaa0..9d7cb67 100644 --- a/system/database/drivers/mysql/mysql_utility.php +++ b/system/database/drivers/mysql/mysql_utility.php
@@ -195,7 +195,7 @@ $output .= 'INSERT INTO '.$this->db->protect_identifiers($table).' ('.$field_str.') VALUES ('.$val_str.');'.$newline; } - return $output.$newline.$newline; + $output .= $newline.$newline; } return $output;