http://www.atutor.ca/atutor/mantis/view.php?id=4566
authorharris wong <hwong@ocad.ca>
Tue, 5 Oct 2010 20:39:11 +0000 (20:39 -0000)
committerharris wong <hwong@ocad.ca>
Tue, 5 Oct 2010 20:39:11 +0000 (20:39 -0000)
docs/mods/_core/editor/editor_tabs/alternatives.inc.php

index 3e1cfca..3cd70f4 100644 (file)
@@ -35,8 +35,6 @@ function get_preview_link($file)
        
        if (substr($file, 0 , 7) == 'http://' || substr($file, 0 , 8) == 'https://') {
                return $file;
-       } else if ($content_row['content_path'] != '') {
-               return $get_file.$content_row['content_path'].'/'.$file;
        } else {
                return $file;
        }