- 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
| r1163 |
r1198 |
|
| 3 | 3 | // ------------------------------------------------------------------------------- |
|---|
| 4 | 4 | // | net2ftp: a web based FTP client | |
|---|
| 5 | | // | Copyright (c) 2003-2007 by David Gartner | |
|---|
| | 5 | // | Copyright (c) 2003-2008 by David Gartner | |
|---|
| 6 | 6 | // | | |
|---|
| 7 | 7 | // | This program is free software; you can redistribute it and/or | |
|---|
| … | … | |
| 103 | 103 | // ** ** |
|---|
| 104 | 104 | |
|---|
| 105 | | function net2ftp_module_printBodyonload() { |
|---|
| | 105 | function net2ftp_module_printBodyOnload() { |
|---|
| 106 | 106 | |
|---|
| 107 | 107 | // -------------- |
|---|
| … | … | |
| 112 | 112 | // echo ""; |
|---|
| 113 | 113 | |
|---|
| 114 | | } // end net2ftp_printBodyonload |
|---|
| | 114 | } // end net2ftp_printBodyOnload |
|---|
| 115 | 115 | |
|---|
| 116 | 116 | // ** ** |
|---|
| … | … | |
| 142 | 142 | else { $newNames = ""; } |
|---|
| 143 | 143 | |
|---|
| | 144 | // Keep track of the number of errors, warnings and notices |
|---|
| | 145 | $net2ftp_output[0]["errors"] = 0; |
|---|
| | 146 | $net2ftp_output[0]["warnings"] = 0; |
|---|
| | 147 | $net2ftp_output[0]["notices"] = 0; |
|---|
| 144 | 148 | |
|---|
| 145 | 149 | // ------------------------------------------------------------------------- |
|---|
| … | … | |
| 185 | 189 | if ($net2ftp_result["success"] == false) { |
|---|
| 186 | 190 | setErrorVars(true, "", "", "", ""); // Continue anyway |
|---|
| 187 | | $net2ftp_output["newdir"][] = __("Directory <b>%1\$s</b> could not be created.", htmlEncode2($newNames[$k])); |
|---|
| | 191 | $message = __("Directory <b>%1\$s</b> could not be created.", htmlEncode2($newNames[$k])); |
|---|
| | 192 | $net2ftp_output[] = array("number" => $k, "message" => $message, "type" => "error"); |
|---|
| | 193 | $net2ftp_output[0]["errors"]++; |
|---|
| 188 | 194 | } |
|---|
| 189 | 195 | else { |
|---|
| 190 | | $net2ftp_output["newdir"][] = __("Directory <b>%1\$s</b> was successfully created.", htmlEncode2($newNames[$k])); |
|---|
| | 196 | $message = __("Directory <b>%1\$s</b> was successfully created.", htmlEncode2($newNames[$k])); |
|---|
| | 197 | $net2ftp_output[] = array("number" => $k, "message" => $message, "type" => "notice"); |
|---|
| | 198 | $net2ftp_output[0]["notices"]++; |
|---|
| 191 | 199 | } |
|---|
| 192 | 200 | } // End if |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>