Ignore:
Timestamp:
Apr 14, 2015, 10:20:16 PM (9 years ago)
Author:
chronos
Message:
  • Removed: Spaces on end of line.
  • Modified: Tabs converted to spaces.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Portal/Portal.php

    r737 r738  
    6363    while($Action = $DbResult->fetch_assoc())
    6464    {
    65         $Output .= $this->System->ShowAction($Action['Id']).'<br/>';
     65      $Output .= $this->System->ShowAction($Action['Id']).'<br/>';
    6666    }
    6767    return($this->Panel($ActionGroup['Name'], $Output));
Note: See TracChangeset for help on using the changeset viewer.