oops, forgot to set a default for 'howmany'

orig_fof
steveminutillo 2007-06-12 03:31:26 +00:00
parent e55e932d67
commit 195f3f81d5
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ function fof_db_authenticate($user_name, $user_password_hash)
if(!isset($fof_user_prefs['favicons'])) $fof_user_prefs['favicons'] = true;
if(!isset($fof_user_prefs['keyboard'])) $fof_user_prefs['keyboard'] = false;
if(!isset($fof_user_prefs['direction'])) $fof_user_prefs['direction'] = "desc";
if(!isset($fof_user_prefs['howmany'])) $fof_user_prefs['howmany'] = 50;
if($fof_user_id != 1)
{