1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

Code cleanup

This commit is contained in:
Cameron
2019-02-08 14:06:52 -08:00
parent 8da771ad6f
commit 6fde0f7dc7
2 changed files with 31 additions and 98 deletions

View File

@@ -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);
}
}