Ignore:
Timestamp:
Mar 3, 2011, 10:13:15 AM (13 years ago)
Author:
patdenice
Message:

Remove piclens module.
Update localisations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/functions.inc.php

    r9410 r9490  
    4242  while ($file = readdir($dir))
    4343  {
    44     if ($file != '.' and $file != '..' and $file != '.svn')
     44    if ($file != '.' and $file != '..' and $file != '.svn' and $file != 'piclenswall')
    4545    {
    4646      $path = STUFFS_PATH . 'modules/' . $file;
Note: See TracChangeset for help on using the changeset viewer.