Skip to content

Commit

Permalink
includes/init.php called more than once
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannon committed Oct 7, 2023
1 parent 033e6a1 commit 4d29166
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion view_d.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* (except for nonuser calendars... which we allow regardless of group).
*/
// $start = microtime();
require_once 'includes/init.php';
require_once 'includes/views.php';

$error = '';
Expand Down
1 change: 0 additions & 1 deletion view_l.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
* groups (except for nonuser calendars... which we allow regardless of group).
*/

require_once 'includes/init.php';
require_once 'includes/views.php';

view_init ( $id );
Expand Down
1 change: 0 additions & 1 deletion view_m.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* user_sees_only_his_groups is enabled, then we remove users not in this user's
* groups (except for nonuser calendars... which we allow regardless of group).
*/
require_once 'includes/init.php';
require_once 'includes/views.php';

$error = '';
Expand Down
1 change: 0 additions & 1 deletion view_r.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
* enabled, then we remove users not in this user's groups
* (except for nonuser calendars... which we allow regardless of group).
*/
require_once 'includes/init.php';
require_once 'includes/views.php';

$error = '';
Expand Down
1 change: 0 additions & 1 deletion view_t.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* then we remove users not in this user's groups
* (except for nonuser calendars... which we allow regardless of group).
*/
require_once 'includes/init.php';
require_once 'includes/views.php';

$error = '';
Expand Down
1 change: 0 additions & 1 deletion view_v.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* user_sees_only_his_groups is enabled, then we remove users not in this user's
* groups (except for nonuser calendars... which we allow regardless of group).
*/
require_once 'includes/init.php';
require_once 'includes/views.php';

$DAYS_PER_TABLE = 7;
Expand Down
1 change: 0 additions & 1 deletion view_w.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* then we remove users not in this user's groups
* (except for nonuser calendars... which we allow regardless of group).
*/
require_once 'includes/init.php';
require_once 'includes/views.php';

$error = '';
Expand Down

0 comments on commit 4d29166

Please sign in to comment.