Ignore:
Timestamp:
Dec 6, 2013, 10:30:44 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Nepoužívat zatím rozpracovaný nový systém oprávnění.
File:
1 edited

Legend:

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

    r597 r599  
    108108    while($Action = $DbResult->fetch_assoc())
    109109    {
    110         $Output .= $this->System->ShowAction($Action['Id']);
     110        $Output .= $this->System->ShowAction($Action['Id']).'<br/>';
    111111    }
    112112    return($this->Panel($ActionGroup['Name'], $Output));
Note: See TracChangeset for help on using the changeset viewer.