Changeset 599 for trunk/Modules/Portal/Portal.php
- Timestamp:
- Dec 6, 2013, 10:30:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Portal/Portal.php
r597 r599 108 108 while($Action = $DbResult->fetch_assoc()) 109 109 { 110 $Output .= $this->System->ShowAction($Action['Id']) ;110 $Output .= $this->System->ShowAction($Action['Id']).'<br/>'; 111 111 } 112 112 return($this->Panel($ActionGroup['Name'], $Output));
Note:
See TracChangeset
for help on using the changeset viewer.