Pack Sent to e107 Inc. A confirmation email will be sent to ".$pref['siteadminemail']." once it is received. Please also make sure that email coming from ".$send_to." is not blocked by your spam filter.
Pack Sent to e107 Inc. A confirmation email will be sent to ".$pref['siteadminemail']." once it is received. Please also make sure that email coming from ".$send_to." is not blocked by your spam filter.
";
- }
-
-
-
-}
-
diff --git a/e107_languages/English/lan_installer.php b/e107_languages/English/lan_installer.php
index 4a8e76759..c44c59bc5 100644
--- a/e107_languages/English/lan_installer.php
+++ b/e107_languages/English/lan_installer.php
@@ -74,7 +74,7 @@ define("LANINS_049", "The two passwords you entered are not the same. Please go
define("LANINS_050", "XML Extension");
define("LANINS_051", "Installed");
define("LANINS_052", "Not Installed");
-define("LANINS_053", "e107 v2.x requires the PHP XML Extension to be installed. Please contact your host or read the information at [link=http://php.net/manual/en/ref.xml.php]php.net[/link] before continuing");
+define("LANINS_053", "e107 v2.x requires the PHP XML Extension to be installed. Please contact your host or read the information at [x] before continuing");
// define("LANINS_054", " before continuing");
define("LANINS_055", "Install Confirmation");
define("LANINS_056", "6");
diff --git a/e107_plugins/download/languages/English/English_front.php b/e107_plugins/download/languages/English/English_front.php
index 9f8c3395d..bd304436b 100644
--- a/e107_plugins/download/languages/English/English_front.php
+++ b/e107_plugins/download/languages/English/English_front.php
@@ -64,7 +64,7 @@ define("LAN_dl_51", "Reporting download: ");
//define("LAN_dl_52", "Guest");//LAN_GUEST
define("LAN_dl_53", "Click to view download");
define("LAN_dl_54", "An administrator will be made aware of this download, please leave a message if you feel it necessary.");
-define("LAN_dl_55", "Do not use this form to contact the admin for any other reason.");
+define("LAN_dl_55", "Do not use this form to contact the admin for any other reason.");
// define("LAN_dl_56", "Report broken download"); already defined above.
define("LAN_dl_57", "reported by");
define("LAN_dl_58", "The following download has been reported as broken from site");
@@ -93,6 +93,6 @@ define("LAN_dl_75", "no image available ");
//define("LAN_dl_76", "Go to page"); //FIXME Use Generic
define("LAN_dl_77", "Downloads"); // Intentional duplicate - some languages need it to be different. This is for number of downloads
-define('LAN_dl_78', "That download has been disabled or discontinued. Please check in the [link=--LINK--]downloads area[/link] for a more recent version.");
+define('LAN_dl_78', "That download has been disabled or discontinued. Please check in the [downloads area] for a more recent version.");
?>
diff --git a/e107_plugins/download/request.php b/e107_plugins/download/request.php
index 0ed55422f..3968da1c8 100644
--- a/e107_plugins/download/request.php
+++ b/e107_plugins/download/request.php
@@ -138,10 +138,13 @@ if ($type == "file")
if (check_class($row['download_category_class']) && check_class($row['download_class']))
{
- if ($row['download_active'] == 0)
- { // Inactive download - don't allow
+ if ($row['download_active'] == 0) // Inactive download - don't allow
+ {
require_once(HEADERF);
- $ns->tablerender(LAN_ERROR, "