Ignore:
Timestamp:
Mar 20, 2012, 5:13:35 AM (12 years ago)
Author:
rvelices
Message:

multisize: remove 2 php warnings, delete custom derivatives (batch man + maintenance), watermark applied to custom derivatives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions.php

    r13077 r13651  
    171171function delete_element_files($ids)
    172172{
     173  global $conf;
    173174  if (count($ids) == 0)
    174175  {
     
    22782279
    22792280  $pattern.='(_[a-zA-Z0-9]+)*\.[a-zA-Z0-9]{3,4}$#';
    2280   if ($contents = opendir(PHPWG_ROOT_PATH.PWG_DERIVATIVE_DIR))
     2281  if ($contents = @opendir(PHPWG_ROOT_PATH.PWG_DERIVATIVE_DIR))
    22812282  {
    22822283    while (($node = readdir($contents)) !== false)
Note: See TracChangeset for help on using the changeset viewer.