Changeset 668

Show
Ignore:
Timestamp:
06/04/08 00:08:45 (3 months ago)
Author:
bchoate
Message:

Fix to eliminate redundant edit_object call for non-iphone requests.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/iMT/plugins/iMT/iMT.pl

    r318 r668  
    100100    } 
    101101    else { 
    102         return $app->edit_object(@_)
     102        return undef
    103103    } 
    104104}