tbrehm
2009-10-05 52bc49c9551feff226b929c224451698fd8a6c02
Fixed: FS#918 - Cron file not create/update on cron insert but only on cron update 
2 files modified
3 ■■■■ changed files
interface/lib/classes/tform_actions.inc.php patch | view | raw | blame | history
interface/web/sites/cron_edit.php 3 ●●●● patch | view | raw | blame | history
interface/lib/classes/tform_actions.inc.php
interface/web/sites/cron_edit.php
@@ -168,8 +168,9 @@
        if($has_error == true) {
            parent::onError();
            exit;
        } else {
            return parent::onInsertSave($sql);
        }
        else parent::onInsertSave($sql);
    }
    
    function onAfterInsert() {