hotfix/paypal-note
LMR 2 years ago
parent 1a0a480732
commit 814e6f9f24

@ -178,7 +178,7 @@ class Logs_model extends CI_Model
public function list_backup_meta($is_id, $meta_code) public function list_backup_meta($is_id, $meta_code)
{ {
$this->init(); $this->init();
$this->top_num = 100; $this->top_num = 50;
$this->log_res_id = " AND il.log_res_id =" . $this->HT->escape($is_id); $this->log_res_id = " AND il.log_res_id =" . $this->HT->escape($is_id);
$this->log_action = " AND il.log_action like 'backup_meta_" . $meta_code . "_%'"; $this->log_action = " AND il.log_action like 'backup_meta_" . $meta_code . "_%'";
return $this->get_list(); return $this->get_list();

Loading…
Cancel
Save