cc-4105: added truncation of BPM to prevent crashes

This commit is contained in:
Rudi Grinberg 2012-08-08 10:31:05 -04:00
parent cf3dbd2a97
commit 6981a5cb49
4 changed files with 5 additions and 4 deletions

View file

@ -614,6 +614,8 @@ class ApiController extends Zend_Controller_Action
}
}
Logging::log( $md );
// update import timestamp
Application_Model_Preference::SetImportTimestamp();
if ($mode == "create") {