Show
Ignore:
Timestamp:
06/25/2008 03:04:09 AM (5 months ago)
Author:
armen
Message:

Removed extra called in foreaches.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Database.php

    r2862 r2899  
    369369                } 
    370370 
    371                 foreach( (array) $table as $t) 
     371                foreach ((array) $table as $t) 
    372372                { 
    373373                        $this->join['tables'][] = $this->driver->escape_column($this->config['table_prefix'].$t);