Browse Source

[svn r11429] Removed useless "/"

Yannick Warnier 18 years ago
parent
commit
495fdc7cda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/newscorm/learnpathItem.class.php

+ 1 - 1
main/newscorm/learnpathItem.class.php

@@ -296,7 +296,7 @@ class learnpathItem{
     				$sql = 'SELECT path FROM '.$table_doc.' WHERE id = '.$path;
     				$res = api_sql_query($sql,__FILE__,__LINE__);
     				$row = Database::fetch_array($res);
-    				$real_path = 'document/'.$row['path'];
+    				$real_path = 'document'.$row['path'];
     				return $real_path;
     			case TOOL_STUDENTPUBLICATION:
     			case TOOL_QUIZ: