Changeset 563 for trunk/Common
- Timestamp:
- Aug 11, 2013, 12:25:01 AM (12 years ago)
- Location:
- trunk/Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/AppModule.php
r556 r563 107 107 foreach($List as $Item) 108 108 { 109 if(is_dir($Directory.'/'.$Item) and ($Item != '.') and ($Item != '..') )109 if(is_dir($Directory.'/'.$Item) and ($Item != '.') and ($Item != '..') and ($Item != '.svn')) 110 110 { 111 111 include_once($Directory.'/'.$Item.'/'.$Item.'.php'); -
trunk/Common/Version.php
r562 r563 1 1 <?php 2 2 3 $Revision = 56 2; // Subversion revision3 $Revision = 563; // Subversion revision 4 4 $DatabaseRevision = 551; // SQL structure revision 5 5 $ReleaseTime = '2013-08-10';
Note:
See TracChangeset
for help on using the changeset viewer.