Changeset 738 for trunk/Modules/Portal/Portal.php
- Timestamp:
- Apr 14, 2015, 10:20:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Portal/Portal.php
r737 r738 63 63 while($Action = $DbResult->fetch_assoc()) 64 64 { 65 65 $Output .= $this->System->ShowAction($Action['Id']).'<br/>'; 66 66 } 67 67 return($this->Panel($ActionGroup['Name'], $Output));
Note:
See TracChangeset
for help on using the changeset viewer.