table_expand_width BGCOLOR=$default->main_header_bgcolor CELLSPACING=0 CELLPADDING=0 BORDER=$default->table_border HEIGHT=30>"); ?> $lang_logout"); ?> ");?>

"); } // get the id and name from the groups table $sql = new Owl_DB; $sql->query("select id,name from $default->owl_groups_table"); $i=0; // store in a double array while($sql->next_record()) { $groups[$i][0] = $sql->f("id"); $groups[$i][1] = $sql->f("name"); $i++; } //get all information from the users table based on the group id $sql->query("select * from $default->owl_users_table where id = '$id'"); // loop through the recordset while($sql->next_record()) { print("
"); print(""); print(""); print(""); print(""); print(""); print(""); print(""); print(""); //******************************* // Display the Language dropdown //******************************* print(""); print(""); print(""); print(""); print(""); // check if notification has been checked on if ( $sql->f("notify") == 1) { print(""); } else { print(""); } // check if attachfile has been checked if ( $sql->f("attachfile") == 1) { print(""); } else print(""); print("
table_header_bg align=right>$lang_title
table_header_bg align=right>$lang_userlang
table_header_bg align=right>$lang_oldpassword
table_header_bg align=right>$lang_newpassword
table_header_bg align=right>$lang_confpassword
table_header_bg align=right>$lang_email
table_header_bg align=right>$lang_notification
table_header_bg align=right>$lang_notification
table_header_bg align=right>$lang_attach_file
table_header_bg align=right>$lang_attach_file

"); print("
"); } } //------------------------------------------------------------- // if an action has occurred, check if user is set and then print out user preferences if($action) { if(isset($owluser)) { printuser($owluser); } } else { exit("$lang_err_general"); } $expand = 0; include("./lib/footer.inc"); ?>