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

Legend:

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

    r37 r55  
    1818  function Show()
    1919  {
    20     return('');
     20    return '';
    2121  }
    2222
     
    2424  {
    2525    $Output = $this->Show();
    26     return($Output);
     26    return $Output;
    2727  }
    2828
    2929  function SystemMessage($Title, $Text)
    3030  {
    31     return(call_user_func_array($this->OnSystemMessage, array($Title, $Text)));
     31    return call_user_func_array($this->OnSystemMessage, array($Title, $Text));
    3232  }
    3333}
Note: See TracChangeset for help on using the changeset viewer.