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:

version.php
51 51

  
52 52
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
53 53
if(!defined('VERSION')) define('VERSION', '2.8.3');
54
if(!defined('REVISION')) define('REVISION', '1804');
54
if(!defined('REVISION')) define('REVISION', '1805');
55 55
if(!defined('SP')) define('SP', '');

Also available in: Unified diff