mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Code cleanup
This commit is contained in:
@@ -91,5 +91,16 @@
|
||||
}
|
||||
|
||||
|
||||
function db_getList($fields = 'ALL', $amount = false, $maximum = false, $ordermode=false)
|
||||
{
|
||||
return $this->rows($fields, $amount, $maximum, $ordermode);
|
||||
}
|
||||
|
||||
|
||||
function db_IsLang($table, $multiple=false)
|
||||
{
|
||||
$this->hasLanguage($table, $multiple);
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user