fixed call to function CT#1127

skala
Carlos Vargas 16 years ago
parent 4a9de996ae
commit dd4d863e38
  1. 1
      main/admin/access_url_edit_courses_to_url.php
  2. 1
      main/admin/access_url_edit_sessions_to_url.php
  3. 1
      main/admin/access_url_edit_users_to_url.php

@ -22,6 +22,7 @@ $xajax = new xajax();
//$xajax->debugOn();
$xajax -> registerFunction (array('search_courses', 'Accessurleditcoursestourl', 'search_courses'));
// setting the section (for the tabs)
$this_section = SECTION_PLATFORM_ADMIN;

@ -21,6 +21,7 @@ $xajax = new xajax();
//$xajax->debugOn();
$xajax -> registerFunction (array('search_sessions', 'Accessurleditsessionstourl', 'search_sessions'));
// setting the section (for the tabs)
$this_section = SECTION_PLATFORM_ADMIN;

@ -21,6 +21,7 @@ $xajax = new xajax();
//$xajax->debugOn();
$xajax -> registerFunction (array('search_users', 'Accessurledituserstourl', 'search_users'));
// setting the section (for the tabs)
$this_section = SECTION_PLATFORM_ADMIN;

Loading…
Cancel
Save