Changeset 563 for trunk/Common


Ignore:
Timestamp:
Aug 11, 2013, 12:25:01 AM (12 years ago)
Author:
chronos
Message:
  • Opraveno: Chybné volání zpracování fronty emailů.
Location:
trunk/Common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/AppModule.php

    r556 r563  
    107107        foreach($List as $Item)
    108108        {
    109           if(is_dir($Directory.'/'.$Item) and ($Item != '.') and ($Item != '..'))
     109          if(is_dir($Directory.'/'.$Item) and ($Item != '.') and ($Item != '..') and ($Item != '.svn'))
    110110          {             
    111111                include_once($Directory.'/'.$Item.'/'.$Item.'.php');
  • trunk/Common/Version.php

    r562 r563  
    11<?php
    22
    3 $Revision = 562; // Subversion revision
     3$Revision = 563; // Subversion revision
    44$DatabaseRevision = 551; // SQL structure revision
    55$ReleaseTime = '2013-08-10';
Note: See TracChangeset for help on using the changeset viewer.