[svn r11784] Fixed parse error

skala
Yannick Warnier 19 years ago
parent 852bb8a347
commit 5e7ffb574a
  1. 3
      main/coursecopy/classes/Resource.class.php

@ -1,5 +1,5 @@
<?php
// $Id: Resource.class.php 11776 2007-03-29 11:47:41Z yannoo $
// $Id: Resource.class.php 11784 2007-03-29 14:45:54Z yannoo $
/*
==============================================================================
Dokeos - elearning and course management software
@ -178,6 +178,7 @@ class Resource
// return TOOL_SURVEY_INVITATION;
default:
return null;
}
}
/**
* Set the destination id

Loading…
Cancel
Save