Changeset 4876 in subversion for trunk/roundcubemail/program/include/rcube_template.php
- Timestamp:
- Jun 24, 2011 1:50:03 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_template.php
r4825 r4876 330 330 { 331 331 // unlock interface after iframe load 332 $unlock = preg_replace('/[^a-z0-9]/i', '', $_ GET['_unlock']);332 $unlock = preg_replace('/[^a-z0-9]/i', '', $_REQUEST['_unlock']); 333 333 if ($this->framed) { 334 334 array_unshift($this->js_commands, array('set_busy', false, null, $unlock));
Note: See TracChangeset
for help on using the changeset viewer.
