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

Moved db_Field() method to traits file.

This commit is contained in:
Cameron
2019-02-08 13:46:29 -08:00
parent 08f7a5d766
commit 8da771ad6f
2 changed files with 6 additions and 2 deletions

View File

@@ -85,6 +85,10 @@
}
function db_Field($table, $fieldid = "", $key = "", $retinfo = false)
{
return $this->field($table, $fieldid, $key, $retinfo);
}