1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 23:26:41 +02:00

Removed unused method

This commit is contained in:
Cameron
2019-02-11 10:08:42 -08:00
parent 8000567983
commit 6cb92a37a7
2 changed files with 9 additions and 7 deletions

View File

@@ -125,6 +125,13 @@
return $this->update($table,$vars,$debug,$log_type,$log_remark);
}
/**
* @deprecated
* @param $table
* @param string $fields
* @param string $args
* @return mixed
*/
public function db_CopyRow($table, $fields = '*', $args='')
{
return $this->copyRow($table,$fields,$args);