Project

General

Profile

« Previous | Next » 

Revision 1805

Added by Dietmar about 12 years ago

  1. fixed Undefined variable: nNumRows in \admin\users\index.php
  2. fixed Undefined variable: admin in \admin\admintools\tool.php
    ! show more information in awaiting activation /admin/users
    ! set input passord to autocomplete off /admin/users and /admin/prfeferences
    ! add Timezone abbreviation to time format
    ! change time and date formats fill with leading zeros
    ! optimize REQUEST_METHOD to get page_id and section_id
    ! more request vars are possible by this method

View differences:

class.admin.php
21 21
	throw new IllegalFileException();
22 22
}
23 23
/* -------------------------------------------------------- */
24
require_once(WB_PATH.'/framework/class.wb.php');
25 24

  
25
// Load the other required class files if they are not already loaded
26
if(!class_exists('wb', false)){ include(WB_PATH.'/framework/class.wb.php'); }
27

  
26 28
// Get WB version
27 29
require_once(ADMIN_PATH.'/interface/version.php');
28 30

  

Also available in: Unified diff