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/actions/delete_educourse.php

    r83 r139  
    99    $educourse = get_entity($guid); 
    1010 
    11     if ($educourse->getSubtype() == 'educourse' && $educourse->canEdit() && edufeedrCanEditEducourse($educourse)) { 
     11    if ($educourse->getSubtype() == 'educourse' && $educourse->canEdit() && edufeedrCanManageEducourse($educourse)) { 
    1212        $rowsaffected = $educourse->delete(); 
    1313        if ($rowsaffected > 0) {