Changeset f91a499 in github
- Timestamp:
- Dec 20, 2006 9:26:37 AM (7 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 04c6180
- Parents:
- b66d407
- Location:
- program
- Files:
-
- 2 edited
-
include/main.inc (modified) (2 diffs)
-
steps/mail/upload.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/main.inc
r2bca6e1 rf91a499 1021 1021 if (!$js_rep_table) 1022 1022 { 1023 $js_rep_tabl = $xml_rep_table = array();1023 $js_rep_table = $xml_rep_table = array(); 1024 1024 $xml_rep_table['&'] = '&'; 1025 1025 … … 1033 1033 } 1034 1034 1035 $js_rep_table['"'] = sprintf("\u%s%s", str_repeat('0', 4-strlen(dechex(34))), dechex(34));1036 1035 $xml_rep_table['"'] = '"'; 1037 1036 } -
program/steps/mail/upload.inc
r2bca6e1 rf91a499 57 57 $JS_OBJECT_NAME, 58 58 $id, 59 JQ(Q(rcube_label('delete'))),60 JQ($button),61 JQ(Q($_FILES['_attachments']['name'][$i])));59 Q(rcube_label('delete')), 60 $button, 61 Q($_FILES['_attachments']['name'][$i])); 62 62 63 63 $response .= sprintf('parent.%s.add2attachment_list(\'rcmfile%d\',\'%s\');',
Note: See TracChangeset
for help on using the changeset viewer.
