Skip to content

Commit 77cd35b

Browse files
author
Kevin Thompson
committed
Debugging
1 parent 6cfc765 commit 77cd35b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

draggable/ext.draggable.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ function update_order($session)
6767

6868
//$this->db->where($db->id_field,$field[$db->id_field]);
6969
//if($group_id != '') $this->db->where('group_id',$group_id);
70-
echo $db->table;
71-
exit();
72-
$this->db->update($db->table,$data);
70+
71+
$this->db->update('exp_channel_fields',$data);
7372
}
7473

7574
// Kill EE Execution

0 commit comments

Comments
 (0)