Ignore:
Timestamp:
Apr 7, 2020, 11:53:58 AM (4 years ago)
Author:
chronos
Message:
  • Modified: Improved code formatting.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Page.php

    r69 r92  
    1717  function Show()
    1818  {
    19     return('');
     19    return '';
    2020  }
    2121
     
    2323  {
    2424    $Output = $this->Show();
    25     return($Output);
     25    return $Output;
    2626  }
    2727
    2828  function SystemMessage($Title, $Text)
    2929  {
    30     return(call_user_func_array($this->OnSystemMessage, array($Title, $Text)));
     30    return call_user_func_array($this->OnSystemMessage, array($Title, $Text));
    3131  }
    3232}
Note: See TracChangeset for help on using the changeset viewer.