Ignore:
Timestamp:
Aug 20, 2008, 1:58:35 AM (16 years ago)
Author:
rvelices
Message:
  • ws can include php file before invoking web call method
  • remove "Pierrick ..." from some languages
  • tags - small change to avoid increasing number of urls
  • added a missing closedir
  • remove some unnecessary class names and inexisting rel attributes
File:
1 edited

Legend:

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

    r2472 r2478  
    357357        }
    358358      }
     359      closedir($contents);
    359360    }
    360361  }
     
    14971498{
    14981499  global $page;
    1499  
     1500
    15001501  $tag_name = trim($tag_name);
    15011502  if (isset($page['tag_id_from_tag_name_cache'][$tag_name]))
     
    16181619  $query = 'OPTIMIZE TABLE '.implode(', ', $all_tables).';';
    16191620  $mysql_rc = $mysql_rc && pwg_query($query);
    1620   if ($mysql_rc) 
     1621  if ($mysql_rc)
    16211622  {
    16221623    array_push(
Note: See TracChangeset for help on using the changeset viewer.