Can now filter the questions list
This commit is contained in:
parent
38fa401b19
commit
e554ed3a66
3 changed files with 21 additions and 1 deletions
|
|
@ -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);
|
||||
//*/
|
||||
?>
|
||||
Reference in a new issue