BUGFIX Renamed clear_cached_fieldlist() to clearCachedFieldlist() to comply with parent implementation and our coding conventions (fixes 360176d2)

This commit is contained in:
Ingo Schommer 2011-03-11 14:25:10 +13:00
parent 2d3ebfb310
commit 7fb82f88d1

View File

@ -872,7 +872,7 @@ class PostgreSQLDatabase extends SS_Database {
* *
* @return boolean * @return boolean
*/ */
function clear_cached_fieldlist($tableName=false){ function clearCachedFieldlist($tableName=false){
if($tableName!=false){ if($tableName!=false){
unset(self::$cached_fieldlists[$tableName]); unset(self::$cached_fieldlists[$tableName]);
} else } else