Can now filter the questions list

This commit is contained in:
Némunaire 2012-06-19 10:05:18 +02:00
commit e554ed3a66
3 changed files with 21 additions and 1 deletions

View file

@ -195,6 +195,15 @@ $us[] = $u;
$u = User::new_User("ghost_anarky@hotmail.com", "Anarky");
$us[] = $u;
User::setUsers($us);
//*/
/*
$us = User::getUsers();
$u = User::new_User("benjamin.frottier@gmail.com", "benf");
$u->set_validated(true);
$us[] = $u;
User::setUsers($us);
//*/
?>