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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user