mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-17 06:59:51 +00:00
removing some extra whitespace and removing an old @ from dbo_mysqli
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3282 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
c19dbc8806
commit
ceb72b3415
1 changed files with 28 additions and 28 deletions
|
@ -414,7 +414,7 @@ class DboMysqli extends DboSource {
|
||||||
$resultRow = array();
|
$resultRow = array();
|
||||||
$i = 0;
|
$i = 0;
|
||||||
foreach ($row as $index => $field) {
|
foreach ($row as $index => $field) {
|
||||||
@list($table, $column) = $this->map[$index];
|
list($table, $column) = $this->map[$index];
|
||||||
$resultRow[$table][$column] = $row[$index];
|
$resultRow[$table][$column] = $row[$index];
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue