Show
Ignore:
Timestamp:
06/04/08 01:37:02 (6 months ago)
Author:
rats
Message:

* Updated net2ftp to version 0.97
* Updated SquirrelMail to version 1.4.15

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gui/tools/filemanager/modules/downloadzip/downloadzip.inc.php

    r910 r1198  
    33//   ------------------------------------------------------------------------------- 
    44//  |                  net2ftp: a web based FTP client                              | 
    5 //  |              Copyright (c) 2003-2007 by David Gartner                         | 
     5//  |              Copyright (c) 2003-2008 by David Gartner                         | 
    66//  |                                                                               | 
    77//  | This program is free software; you can redistribute it and/or                 | 
     
    2929        global $net2ftp_globals, $net2ftp_settings; 
    3030 
    31         if (isset($_POST["list"]) == true) { $list = getSelectedEntries($_POST["list"]); } 
    32         else                               { $list = ""; } 
     31        if     (isset($_POST["list"]) == true) { $list = getSelectedEntries($_POST["list"]); } 
     32        elseif (isset($_GET["list"]) == true)  { $list = getSelectedEntries($_GET["list"]); } 
     33        else                                   { $list = ""; } 
    3334 
    3435        if ($net2ftp_settings["functionuse_downloadzip"] == "yes") {