Changeset 5bfa444 in github
- Timestamp:
- Jun 24, 2011 1:50:03 PM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 87a2f68
- Parents:
- 25e6a0f
- File:
-
- 1 edited
-
program/include/rcube_template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_template.php
r4dcd437 r5bfa444 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.
