Changeset 13582

Show
Ignore:
Timestamp:
11/22/07 16:43:53 (1 year ago)
Author:
adrenalin
Message:

Adding a new widget sortable (work still badly in progress). Replacing
tabs with spaces.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.datamanager2/type/video.php

    r13424 r13582  
    236236            debug_push_class(__CLASS__, __FUNCTION__); 
    237237            debug_add("image operations require imagefilter which requires ImageMagick, {$convert_cmd}  
    238            (part of ImageMagick suite) not found or executable", MIDCOM_LOG_ERROR); 
     238        (part of ImageMagick suite) not found or executable", MIDCOM_LOG_ERROR); 
    239239            debug_pop(); 
    240240            $return = false; 
     
    627627            debug_push_class(__CLASS__, __FUNCTION__); 
    628628            debug_add("Failed to process the conversion batch 1 (save original & web conversion) for  
    629            the uploaded file {$filename} in {$tmpname}, aborting type processing.", 
     629        the uploaded file {$filename} in {$tmpname}, aborting type processing.", 
    630630                MIDCOM_LOG_ERROR); 
    631631            debug_pop(); 
     
    692692        $this->_original_tmpname_video = $tmpname; 
    693693        $this->_original_mimetype_video = $this->_get_mimetype($this->_original_tmpname_video); 
    694                 
     694             
    695695        // 1st step: original image storage and auto-conversion.. 
    696696        if (   ! $this->_save_original_video()) 
     
    698698            debug_push_class(__CLASS__, __FUNCTION__); 
    699699            debug_add("Failed to save original video {$filename} in" . 
    700                "{$tmpname}, aborting.", MIDCOM_LOG_ERROR); 
     700            "{$tmpname}, aborting.", MIDCOM_LOG_ERROR); 
    701701            debug_pop(); 
    702702 
     
    916916                                                   $this->_current_tmpname, 
    917917                                                   false); 
    918            } 
     918        } 
    919919            else 
    920920            { 
     
    931931                                                $this->_current_tmpname, 
    932932                                                false); 
    933            } 
     933            } 
    934934        } 
    935935        @unlink($this->_current_tmpname);