';
if ($currentURL != $row['download_url']) {
- $text .= ''.$row['download_url'].' | ';
+ $text .= ''.$e107->tp->toHTML($row['download_url']).' | ';
$currentURL = $row['download_url'];
} else {
$text .= '* | ';
}
$text .= ''.$row['download_id'].' | ';
- $text .= "".$row['download_name'].' | ';
- $text .= ''.$row['download_category_name'].' | ';
+ $text .= "".$e107->tp->toHTML($row['download_name']).' | ';
+ $text .= ''.$e107->tp->toHTML($row['download_category_name']).' | ';
$text .= '
'.ADMIN_EDIT_ICON.'
toJS(DOWLAN_33.' [ID: '.$row["download_id"].' ]').'") \'/>
@@ -395,7 +395,7 @@ if ($action == 'maint')
if (0 == $sql->db_Count('download', '(*)', " WHERE download_url='".$file['fname']."'")) {
if (!$foundSome) {
$text .= $rs->form_open("post", e_SELF."?".e_QUERY, "myform");
- $text .= '';
+ $text .= '';
$text .= '';
$text .= ''.DOWLAN_13.' | ';
$text .= ''.DOWLAN_182.' | ';
@@ -407,14 +407,14 @@ if ($action == 'maint')
$filesize = (is_readable(e_DOWNLOAD.$row['download_url']) ? $e107->parseMemorySize(filesize(e_DOWNLOAD.$file['fname'])) : DOWLAN_181);
$filets = (is_readable(e_DOWNLOAD.$row['download_url']) ? $gen->convert_date(filectime(e_DOWNLOAD.$file['fname']), "long") : DOWLAN_181);
$text .= ' ';
- $text .= ''.$file['fname'].' | ';
+ $text .= ''.$e107->tp->toHTML($file['fname']).' | ';
$text .= ''.$filets.' | ';
$text .= ''.$filesize.' | ';
//TODO $text .= '
//TODO '.E_16_CREATE.'
//TODO toJS(DOWLAN_173.' [ '.$file["fname"].' ]').'") \'/>
//TODO | ';
- //TODO $text .= ' ';
+ $text .= '';
}
}
if ($foundSome) {
@@ -438,7 +438,7 @@ if ($action == 'maint')
if (!is_readable(e_DOWNLOAD.$row['download_url'])) {
if (!$foundSome) {
$text .= $rs->form_open("post", e_SELF."?".e_QUERY, "myform");
- $text .= '';
+ $text .= '';
$text .= '';
$text .= ''.DOWLAN_67.' | ';
$text .= ''.DOWLAN_27.' | ';
@@ -450,9 +450,9 @@ if ($action == 'maint')
}
$text .= ' ';
$text .= ''.$row['download_id'].' | ';
- $text .= "".$row['download_name'].' | ';
- $text .= ''.$row['download_category_name'].' | ';
- $text .= ''.$row['download_url'].' | ';
+ $text .= "".$e107->tp->toHTML($row['download_name']).' | ';
+ $text .= ''.$e107->tp->toHTML($row['download_category_name']).' | ';
+ $text .= ''.$e107->tp->toHTML($row['download_url']).' | ';
$text .= '
'.ADMIN_EDIT_ICON.'
toJS(DOWLAN_33.' [ID: '.$row["download_id"].' ]').'") \'/>
@@ -481,7 +481,7 @@ if ($action == 'maint')
while($row = $sql->db_Fetch()) {
if (!$foundSome) {
$text .= $rs->form_open("post", e_SELF."?".e_QUERY, "myform");
- $text .= '';
+ $text .= '';
$text .= '';
$text .= ''.DOWLAN_67.' | ';
$text .= ''.DOWLAN_27.' | ';
@@ -493,8 +493,8 @@ if ($action == 'maint')
}
$text .= ' ';
$text .= ''.$row['download_id'].' | ';
- $text .= "".$row['download_name'].' | ';
- $text .= ''.$row['download_category_name'].' | ';
+ $text .= "".$e107->tp->toHTML($row['download_name']).' | ';
+ $text .= ''.$e107->tp->toHTML($row['download_category_name']).' | ';
if (strlen($row['download_url']) > 0) {
$text .= ''.$row['download_url'].' | ';
} else {
@@ -532,7 +532,7 @@ if ($action == 'maint')
while($row = $sql->db_Fetch()) {
if (!$foundSome) {
$text .= $rs->form_open("post", e_SELF."?".e_QUERY, "myform");
- $text .= '';
+ $text .= '';
$text .= '';
$text .= ''.DOWLAN_67.' | ';
$text .= ''.DOWLAN_27.' | ';
@@ -543,9 +543,9 @@ if ($action == 'maint')
}
$text .= ' ';
$text .= ''.$row['download_id'].' | ';
- $text .= "".$row['download_name'].' | ';
+ $text .= "".$e107->tp->toHTML($row['download_name']).' | ';
if (strlen($row['download_url']) > 0) {
- $text .= ''.$row['download_url'].' | ';
+ $text .= ''.$e107->tp->toHTML($row['download_url']).' | ';
} else {
$mirrorArray = download::makeMirrorArray($row['download_mirror'], TRUE);
$text .= '';
@@ -584,7 +584,7 @@ if ($action == 'maint')
if ($filesize <> $row['download_filesize']) {
if (!$foundSome) {
$text .= $rs->form_open("post", e_SELF."?".e_QUERY, "myform");
- $text .= '';
+ $text .= '';
$text .= '';
$text .= ''.DOWLAN_67.' | ';
$text .= ''.DOWLAN_27.' | ';
@@ -597,9 +597,9 @@ if ($action == 'maint')
}
$text .= ' ';
$text .= ''.$row['download_id'].' | ';
- $text .= "".$row['download_name'].' | ';
- $text .= ''.$row['download_category_name'].' | ';
- $text .= ''.$row['download_url'].' | ';
+ $text .= "".$e107->tp->toHTML($row['download_name']).' | ';
+ $text .= ''.$e107->tp->toHTML($row['download_category_name']).' | ';
+ $text .= ''.$e107->tp->toHTML($row['download_url']).' | ';
$text .= ''.$row['download_filesize'].' / ';
$text .= $filesize;
$text .= ' | ';
| | |