mcramer
2012-09-12 753da5086597913f77ae5dd6dab788a025b99c2b
Moved debug log line to appropriate position

1 files modified
2 ■■■ changed files
interface/lib/classes/remoting.inc.php 2 ●●● patch | view | raw | blame | history
interface/lib/classes/remoting.inc.php
@@ -2784,7 +2784,6 @@
        $this->oldDataRecord = $old_rec;
        $this->id = $primary_id;
        $this->dataRecord = $params;
        $app->log('Executed updateQueryExecute, raising events now if any: ' . $event_identifier, LOGLEVEL_DEBUG);
        
        $app->db->query($sql);
        
@@ -2794,6 +2793,7 @@
        }
        
        $affected_rows = $app->db->affectedRows();
        $app->log('Executed updateQueryExecute, raising events now if any: ' . $event_identifier, LOGLEVEL_DEBUG);
        
        if($event_identifier != '') $app->plugin->raiseEvent($event_identifier,$this);