Ignore:
Timestamp:
Aug 15, 2013, 11:17:26 PM (11 years ago)
Author:
chronos
Message:
  • Fixed: System variable as parameter to constructors of descendents of Module class.
  • Removed: End PHP mark "?>" from all files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/Base/Types/Type.php

    r78 r93  
    4040);
    4141
    42 function ExecuteTypeEvent($TypeName, $Event, $Parameters = array())
     42function ExecuteTypeEvent($System, $TypeName, $Event, $Parameters = array())
    4343{
    44   global $TypeDefinitionList, $System;
     44  global $TypeDefinitionList;
    4545 
    4646  if(array_key_exists($TypeName, $TypeDefinitionList))
     
    7474  return($TypeDefinitionList[$TypeName]);
    7575}
    76 
    77 ?>
Note: See TracChangeset for help on using the changeset viewer.