Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1400
 
1467
 
1467
 
administrators_log.php
_> 1515 /* Private variables */
  1616 
  1717     var $_module = 'administrators_log',
<> 18 -        $_page_title = HEADING_TITLE,
   18+        $_page_title,
1919         $_page_contents = 'main.php';
  2020 
  2121 /* Class constructor */
  2222 
  2323     function osC_Content_Administrators_log() {
<> 24 -      global $osC_MessageStack;
   24+      global $osC_Language, $osC_MessageStack;
2525 
<>  26+      $this->_page_title = $osC_Language->get('heading_title');
   27+
<_ 2628       if ( !isset($_GET['action']) ) {
  2729         $_GET['action'] = '';
  2830       }