Index: mod/elluminatelive/view.php
===================================================================
RCS file: /cvsroot/moodle/contrib/patches/elluminate_elm/mod/elluminatelive/view.php,v
retrieving revision 1.16
diff -u -r1.16 view.php
--- mod/elluminatelive/view.php	5 Jun 2009 20:12:38 -0000	1.16
+++ mod/elluminatelive/view.php	1 Jul 2009 08:31:04 -0000
@@ -371,13 +371,13 @@
         }
 
         /// If the meeting hasn't even started yet, allow the user to delete this file.
-        if (!$hasstarted && $haspreload) {
+        if ($haspreload) {
                 $link .= ' <a href="' . $CFG->wwwroot . '/mod/elluminatelive/preload.php?id=' . $elluminatelive->id .
                          '&amp;delete=' . $haspreload->preloadid . '" title="' . $tooltip .'"><img src="' .
                          $CFG->pixpath . '/t/delete.gif" width="11" height="11" alt="' . $tooltip . '" /></a>';
 
     /// Display a link to upload a preload file if the meeting hasn't started yet.
-        } else if (!$haspreload && !$hasstarted) {
+        } else if (!$haspreload) {
             $link = '<a href="' . $CFG->wwwroot . '/mod/elluminatelive/preload.php?id=' . $elluminatelive->id .
                     '">' . get_string('addwhiteboardpreload', 'elluminatelive') . '</a>';
         }
