[svn r18867] minor - logic changes - allow to order into whoisonline -(see FS#3780)

skala
Isaac Flores 17 years ago
parent 8203f4c34c
commit b87b30ff84
  1. 6
      whoisonline.php

@ -1,4 +1,4 @@
<?php // $Id: whoisonline.php 18842 2009-03-09 00:44:08Z iflorespaz $ <?php // $Id: whoisonline.php 18867 2009-03-09 14:59:20Z iflorespaz $
/* /*
============================================================================== ==============================================================================
Dokeos - elearning and course management software Dokeos - elearning and course management software
@ -31,7 +31,9 @@
*/ */
// name of the language file that needs to be included // name of the language file that needs to be included
$language_file = array('index','registration','messages','userInfo'); $language_file = array('index','registration','messages','userInfo');
if (!isset($_GET['cidReq'])) {
$cidReset = true;
}
// including necessary files // including necessary files
require_once('./main/inc/global.inc.php'); require_once('./main/inc/global.inc.php');
require_once (api_get_path(LIBRARY_PATH).'fileManage.lib.php'); require_once (api_get_path(LIBRARY_PATH).'fileManage.lib.php');

Loading…
Cancel
Save