[svn r18433] minor change call to events.lib.php require_once see FS#3642

skala
Carlos Vargas 17 years ago
parent 69a3964c64
commit b2a117c3bf
  1. 2
      main/admin/calendar.php
  2. 4
      main/chat/chat.php
  3. 2
      main/glossary/index.php
  4. 2
      main/notebook/index.php
  5. 4
      main/online/online.php

@ -156,7 +156,7 @@ else
/* ==============================================================================
TRACKING
============================================================================== */
include('../inc/lib/events.lib.inc.php');
require_once('../inc/lib/events.lib.inc.php');
//event_access_tool(TOOL_CALENDAR_EVENT);
/* ==============================================================================

@ -1,4 +1,4 @@
<?php // $Id: chat.php 18206 2009-02-03 20:19:12Z cfasanando $
<?php // $Id: chat.php 18433 2009-02-11 14:58:51Z cvargas1 $
/*
==============================================================================
Dokeos - elearning and course management software
@ -46,7 +46,7 @@ else
/* ==============================================================================
TRACKING
============================================================================== */
include('../inc/lib/events.lib.inc.php');
require_once('../inc/lib/events.lib.inc.php');
event_access_tool(TOOL_CHAT);

@ -11,7 +11,7 @@ $language_file = array('glossary');
// including the global dokeos file
require_once('../inc/global.inc.php');
include('../inc/lib/events.lib.inc.php');
require_once('../inc/lib/events.lib.inc.php');
// the section (tabs)
$this_section=SECTION_COURSES;

@ -13,7 +13,7 @@ $language_file = array('notebook');
// including the global dokeos file
require_once('../inc/global.inc.php');
include('../inc/lib/events.lib.inc.php');
require_once('../inc/lib/events.lib.inc.php');
// the section (tabs)
$this_section=SECTION_COURSES;

@ -1,4 +1,4 @@
<?php // $Id: online.php 9246 2006-09-25 13:24:53Z bmol $
<?php // $Id: online.php 18433 2009-02-11 14:58:51Z cvargas1 $
/*
==============================================================================
Dokeos - elearning and course management software
@ -35,7 +35,7 @@ api_protect_course_script();
/* ==============================================================================
TRACKING
============================================================================== */
include('../inc/lib/events.lib.inc.php');
require_once('../inc/lib/events.lib.inc.php');
event_access_tool(TOOL_CONFERENCE);
?>

Loading…
Cancel
Save