Changeset 1035


Ignore:
Timestamp:
Feb 12, 2006, 5:05:49 PM (18 years ago)
Author:
nikrou
Message:

not include .svn directory in the candidates (get_dirs function) for new themes

File:
1 edited

Legend:

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

    r1033 r1035  
    202202          and $file != '..'
    203203          and is_dir($directory.'/'.$file)
    204           and $file != 'CVS')
     204          and $file != 'CVS'
     205          and $file != '.svn')
    205206      {
    206207        array_push($sub_dirs, $file);
Note: See TracChangeset for help on using the changeset viewer.