mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
Merge branch 'dev'
This commit is contained in:
commit
26dbfe0789
@ -901,6 +901,7 @@ class Pastes extends CI_Model
|
|||||||
function cron()
|
function cron()
|
||||||
{
|
{
|
||||||
$now = now();
|
$now = now();
|
||||||
|
$this->db->select('pid,expire');
|
||||||
$this->db->where('toexpire', '1');
|
$this->db->where('toexpire', '1');
|
||||||
$query = $this->db->get('pastes');
|
$query = $this->db->get('pastes');
|
||||||
foreach ($query->result_array() as $row)
|
foreach ($query->result_array() as $row)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user