File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function fill_many_users($num)
2828 $ em = Database::getManager ();
2929
3030 while ($ i < $ num ) {
31- $ output [] = array ('title ' => 'Users Filling Report: ' );
31+ $ output [] = array ('title ' => 'Users filling report ' );
3232 foreach ($ users as $ j => $ user ) {
3333 //first check that the first item doesn't exist already
3434 $ output [$ i ]['line-init ' ] = $ user ['firstname ' ];
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ function fill_users()
1616 $ users = array (); //declare only to avoid parsing notice
1717 require_once 'data_users.php ' ; //fill the $users array
1818 $ output = array ();
19- $ output [] = array ('title ' =>'Users Filling Report: ' );
19+ $ output [] = array ('title ' =>'Users filling report ' );
2020 foreach ($ users as $ i => $ user ) {
2121 //first check that the first item doesn't exist already
2222 $ output [$ i ]['line-init ' ] = $ user ['firstname ' ];
You can’t perform that action at this time.
0 commit comments