Ignore:
Timestamp:
Jul 27, 2014, 9:14:56 PM (10 years ago)
Author:
chronos
Message:
  • Odstraněno: Zbytečná PHP ukončovací značka "?>" z konce všech souborů.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 
        21config.php
         2.project
  • trunk/Base/Types/Type.php

    r42 r47  
    6868      $Type = $this->TypeDefinitionList[$ParentType];
    6969    } else $Type = array();
    70  
     70
    7171    $Type['Name'] = $Name;
    7272    $Type['Parameters'] = array_merge($Type['Parameters'], $Parameters);
     
    7979  }
    8080}
    81 
    82 
    83 ?>
Note: See TracChangeset for help on using the changeset viewer.