1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +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

@@ -2131,12 +2131,12 @@ class e_db_pdo implements e_db
return $ret;
}
/*
function db_Field($table,$fieldid="",$key="", $retinfo = FALSE)
{
return $this->field($table,$fieldid,$key, $retinfo);
}
*/
function columnCount()
{