Changeset 139 for trunk/start.php

Show
Ignore:
Timestamp:
08/23/10 20:55:35 (21 months ago)
Author:
gnum
Message:

References #96, facilitators can now be added to course. Still need to check it all again and see if everything is working well. NB! This will require additional table declared in edufeedr_tables.sql

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/start.php

    r137 r139  
    170170        register_action('edufeedr/unhide_post', false, $CONFIG->pluginspath . 'edufeedr/actions/unhide_post.php'); 
    171171        register_action('edufeedr/unhide_comment', false, $CONFIG->pluginspath . 'edufeedr/actions/unhide_comment.php'); 
     172        register_action('edufeedr/add_facilitator', false, $CONFIG->pluginspath . 'edufeedr/actions/ajax/add_facilitator.php'); 
     173        register_action('edufeedr/remove_facilitator', false, $CONFIG->pluginspath . 'edufeedr/actions/ajax/remove_facilitator.php'); 
    172174?>