Profiles not updated
Law and Management | Science, Technology and Engineering | Education | Health Science | Business";
if($facultyid != null) {
$staffprof->dbConnect();
$users = $staffprof->getUneditedUsers($facultyid);
if($staffprof->getFacultyName($facultyid) != null) echo "
"; } } ?>
Faculty of ".$staffprof->getFacultyName($facultyid)."
"; foreach ($users as $user){ echo "".$user['firstname']." ".$user['lastname']." [".$user['username']."] Last updated: ".date("d-M-Y",strtotime($user['dateupdate'])).""; } } ?>