Skip to content

Commit 197f47b

Browse files
author
Kevin Thompson
committed
Debugging
1 parent dfd27a9 commit 197f47b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

draggable/ext.draggable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ function update_order($session)
6767

6868
$this->EE->db->where($db->id_field,$field[$db->id_field]);
6969
if($group_id != '') $this->EE->db->where('group_id',$group_id);
70+
echo $this->EE->db->free_result();
7071
$this->EE->db->update($db->table,$data);
7172
echo $this->EE->db->last_query();
7273
}

0 commit comments

Comments
 (0)