Added is_object()

This commit is contained in:
abraar
2010-12-06 15:12:37 +00:00
parent 4509ef59f1
commit cec620ff6b
12 changed files with 32 additions and 32 deletions

View File

@@ -290,7 +290,7 @@ class database extends database_base {
* @param $aKeys array of keys
* @return sql sentence
*/
public
public function generateAddKeysSQL($sTable, $indexName, $aKeys) {
try {
$indexType = 'INDEX';