1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

new methods added to PDO class.

This commit is contained in:
Cameron
2019-02-11 16:19:07 -08:00
parent c34f8b41f3
commit 4e6b68a709
3 changed files with 68 additions and 7 deletions

View File

@@ -99,7 +99,7 @@
function db_IsLang($table, $multiple=false)
{
$this->hasLanguage($table, $multiple);
return $this->hasLanguage($table, $multiple);
}