Browse Source

[svn r12013] Fix a bug in the last commit

Julian Prud'homme 18 years ago
parent
commit
8fd9987739
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/document/document_slideshow.inc.php

+ 2 - 2
main/document/document_slideshow.inc.php

@@ -1,4 +1,4 @@
-<?php // $Id: document_slideshow.inc.php 12008 2007-04-13 09:16:22Z elixir_julian $
+<?php // $Id: document_slideshow.inc.php 12013 2007-04-13 09:52:50Z elixir_julian $
 /*
 /*
 ==============================================================================
 ==============================================================================
 	Dokeos - elearning and course management software
 	Dokeos - elearning and course management software
@@ -114,7 +114,7 @@ else{
 }
 }
 $tablename_direction = $_GET['tablename_direction'];
 $tablename_direction = $_GET['tablename_direction'];
 
 
-$image_files_only = sort_files1($array_to_search);
+$image_files_only = sort_files($array_to_search);
 $_SESSION["image_files_only"] = $image_files_only;
 $_SESSION["image_files_only"] = $image_files_only;
 
 
 function sort_files($table){
 function sort_files($table){