|
|
|
@ -168,7 +168,7 @@ class Logs_model extends CI_Model {
|
|
|
|
|
function pick_backup_meta($action) {
|
|
|
|
|
$this->init();
|
|
|
|
|
$this->top_num = 1;
|
|
|
|
|
$this->action = " AND il.log_action =" . $this->HT->escape($action);
|
|
|
|
|
$this->log_action = " AND il.log_action =" . $this->HT->escape($action);
|
|
|
|
|
return $this->get_list();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|