mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 01:30:32 +02:00
Issue #4918 - Undefined constants cleanup.
This commit is contained in:
@@ -1974,7 +1974,7 @@ $columnInfo = array(
|
||||
|
||||
if ($delete == "mirror")
|
||||
{
|
||||
$mes->addAuto($sql ->delete("download_mirror", "mirror_id=".$del_id), delete, DOWLAN_135);
|
||||
$mes->addAuto($sql ->delete("download_mirror", "mirror_id=".$del_id), 'delete', DOWLAN_135);
|
||||
e107::getLog()->add('DOWNL_14','ID: '.$del_id,E_LOG_INFORMATIVE,'');
|
||||
}
|
||||
|
||||
|
@@ -127,17 +127,17 @@ define("DOWLAN_112", "Limits");
|
||||
define("DOWLAN_113", "Userclass"); //FIXME Use Generic
|
||||
define("DOWLAN_114", "Add New Limit");
|
||||
define("DOWLAN_115", "Update limits");
|
||||
// define("DOWLAN_116", "Limit for that userclass already exists");
|
||||
// define("DOWLAN_117", "Limit successfully added");
|
||||
// define("DOWLAN_118", "Limit not added - unknown error");
|
||||
// define("DOWLAN_119", "Limit successfully removed");
|
||||
// define("DOWLAN_120", "Limit not removed - unknown error");
|
||||
// define("DOWLAN_121", "Limit successfully updated");
|
||||
define("DOWLAN_116", "Limit for that userclass already exists");
|
||||
define("DOWLAN_117", "Limit successfully added");
|
||||
define("DOWLAN_118", "Limit not added - unknown error");
|
||||
define("DOWLAN_119", "Limit successfully removed");
|
||||
define("DOWLAN_120", "Limit not removed - unknown error");
|
||||
define("DOWLAN_121", "Limit successfully updated");
|
||||
define("DOWLAN_122", "Inactive");
|
||||
define("DOWLAN_123", "Active - File is subject to download limits");
|
||||
define("DOWLAN_124", "Active - File is NOT subject to download limits");
|
||||
define("DOWLAN_125", "Download limits active");
|
||||
// define("DOWLAN_126", "Activation status updated");
|
||||
define("DOWLAN_126", "Activation status updated");
|
||||
// define("DOWLAN_127", "Only enter filesize if the download is an external file"); // TODO not used?
|
||||
define("DOWLAN_128", "Mirrors");
|
||||
define("DOWLAN_129", "leave blank if not using mirrors");
|
||||
|
Reference in New Issue
Block a user