Changeset 754 for trunk/Modules
- Timestamp:
- Oct 21, 2015, 11:05:08 PM (9 years ago)
- Location:
- trunk/Modules
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Scheduler/Scheduler.php
r738 r754 75 75 $Class = new $DbRow['Class']($this->System); 76 76 $Output = $Class->Execute(); 77 echo($Output); 77 78 } else echo('Class '.$DbRow['Class'].' not found'."\n"); 78 79 $this->Database->update('Scheduler', 'Id='.$DbRow['Id'], -
trunk/Modules/Subject/Subject.php
r747 r754 112 112 ), 113 113 )); 114 $this->System->FormManager->RegisterFormType('TContact', array( 115 'Type' => 'Reference', 116 'Table' => 'Contact', 117 'Id' => 'Id', 118 'Name' => 'Value', 119 'Filter' => '1', 120 )); 114 121 $this->System->FormManager->RegisterFormType('TSubject', array( 115 122 'Type' => 'Reference',
Note:
See TracChangeset
for help on using the changeset viewer.