- Timestamp:
- 2011/05/19 02:29:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/db/dbfactory/SC_DB_DBFactory_MYSQL.php
r20850 r20942 225 225 $sql = "SHOW TABLES LIKE ". $objQuery->quote("%" . $expression . "%"); 226 226 $arrColList = $objQuery->getAll($sql); 227 $arrColList = SC_Utils_Ex::sf swaparray($arrColList, false);227 $arrColList = SC_Utils_Ex::sfSwapArray($arrColList, false); 228 228 return $arrColList[0]; 229 229 }
Note: See TracChangeset
for help on using the changeset viewer.