[imp] RC3 last login?

Paul Reilly pareilly@tcd.ie
Mon, 20 May 2002 20:49:42 +0100 (IST)


Hi,

I'm still having problems getting the last login to display with IMP.
The last time I had this working was RC1. I'm using MySQL as the pref
storage, and I'm running on PHP 4.1.2

In RC3, I have imp/prefs.php configured like so:


// last login time of user
$_prefs['last_login'] = array(
    'value' => 1,
    'locked' => false,
    'shared' => false,
    'type' => 'implicit'
);

// show the last login time of user
$_prefs['show_last_login'] = array(
    'value' => 1,
    'locked' => false,
    'shared' => false,
    'type' => 'checkbox',
    'desc' => _("Show last login time when logging in")
);

Plus if I login and check the options, I can see that my entry in the
MySQL horde_prefs table has a 'show_last_login' set to 1, plus the
'last_login' field is set to the correct timestamp. However it's just
not being displayed. There's nothing in the error log.

Has anybody got last login showing with MySQL backend and RC 3 ?
any pointers on where to look for a solution?

Thanks

Paul
k