Ignore:
Timestamp:
Aug 2, 2012, 4:30:30 PM (12 years ago)
Author:
mistic100
Message:

-restore option to add film frame effect (improved)
-update mimetypes to avoid double frames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gvideo/admin/add.php

    r17307 r17310  
    5757    if (count($page['errors']) == 0)
    5858    {
     59      if (isset($_POST['add_film_frame']))
     60      {
     61        add_film_frame($thumb_source);
     62      }
     63     
    5964      // add image and update infos
    6065      $image_id = add_uploaded_file($thumb_source, $thumb_name, array($_POST['category']));
Note: See TracChangeset for help on using the changeset viewer.