mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 00:27:45 +02:00
Issue #4283 - Update deprecated sql method usage. Removed old code.
This commit is contained in:
@@ -572,7 +572,7 @@ class e_admin_log
|
||||
|
||||
/**
|
||||
* Logs an entry with all the data from an array, one field per line.
|
||||
* @deprecated
|
||||
* @deprecated Use e107::getLog()->addArray($arrayData)->save($event);
|
||||
* @param string $event - LAN define or string used as title in log
|
||||
* @param array $target - data to be logged
|
||||
* @param string $extra - if non-empty, it goes on the first line.
|
||||
|
Reference in New Issue
Block a user