Changeset 421 in subversion
- Timestamp:
- Dec 20, 2006 9:26:37 AM (6 years ago)
- Location:
- trunk/roundcubemail/program
- Files:
-
- 2 edited
-
include/main.inc (modified) (2 diffs)
-
steps/mail/upload.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r419 r421 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 } -
trunk/roundcubemail/program/steps/mail/upload.inc
r419 r421 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.
