1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +02:00

Notice removal

This commit is contained in:
CaMer0n
2009-09-21 21:56:09 +00:00
parent 8abfefa2a2
commit f689825d90
2 changed files with 12 additions and 8 deletions

View File

@@ -10,8 +10,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/handlers/adminDownload_class.php,v $
| $Revision: 1.20 $
| $Date: 2009-09-18 19:07:09 $
| $Revision: 1.21 $
| $Date: 2009-09-21 21:56:09 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -537,7 +537,7 @@ class adminDownload extends download
$file_array[] = str_replace(e_FILE."public/","",$val);
}
}
if ($sql->db_Select("rbinary"))
/* if ($sql->db_Select("rbinary")) //TODO Remove me.
{
while ($row = $sql->db_Fetch())
{
@@ -545,6 +545,7 @@ class adminDownload extends download
$file_array[] = "Binary ".$binary_id."/".$binary_name;
}
}
*/
if ($image_array = $fl->get_files(e_FILE.'downloadimages/', '\.gif$|\.jpg$|\.png$|\.GIF$|\.JPG$|\.PNG$','standard',2))
{
sort($image_array);