commit | 0f7decce7cb64566e63bd910557006f041514d89 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Sun Jan 08 04:40:29 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Sun Jan 08 04:40:29 2012 +0200 |
tree | faffe4f7e66d9dc67a40238ca7c63498cbbcfc22 | |
parent | 24276a3a204ddf5947c66bd74f183d8058c1171e [diff] [blame] |
Swap two vars for readability
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index 30a17d1..71762a4 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php
@@ -278,7 +278,7 @@ { $v = trim($v); $this->_track_aliases($v); - $this->ar_from[] = $v = $this->_protect_identifiers($v, TRUE, NULL, FALSE); + $v = $this->ar_from[] = $this->_protect_identifiers($v, TRUE, NULL, FALSE); if ($this->ar_caching === TRUE) {