Ver código fonte

fixed call to function CT#1127

Carlos Vargas 15 anos atrás
pai
commit
dd4d863e38

+ 1 - 0
main/admin/access_url_edit_courses_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;
 

+ 1 - 0
main/admin/access_url_edit_sessions_to_url.php

@@ -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;
 

+ 1 - 0
main/admin/access_url_edit_users_to_url.php

@@ -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;