Changeset 7731
- Timestamp:
- 05/15/09 13:33:22 (3 years ago)
- Files:
-
- modules/branches/2.6/core/page.did.php (modified) (1 diff)
- modules/branches/2.6/core/page.general.php (modified) (1 diff)
- modules/branches/2.6/core/page.routing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/core/page.did.php
r7630 r7731 38 38 $didfilter = isset($_REQUEST['didfilter'])?$_REQUEST['didfilter']:''; 39 39 40 $tabindex = 0; 41 40 42 if (isset($_REQUEST['submitclear']) && isset($_REQUEST['goto0'])) { 41 43 $_REQUEST[$_REQUEST['goto0'].'0'] = ''; modules/branches/2.6/core/page.general.php
r7630 r7731 19 19 20 20 $action = isset($_REQUEST['action'])?$_REQUEST['action']:''; 21 $tabindex = 0; 21 22 22 23 $cm =& cronmanager::create($db); modules/branches/2.6/core/page.routing.php
r7630 r7731 23 23 $extdisplay=isset($_REQUEST['extdisplay'])?$_REQUEST['extdisplay']:''; 24 24 $action = isset($_REQUEST['action'])?$_REQUEST['action']:''; 25 26 $tabindex = 0; 25 27 26 28 $repotrunkdirection = isset($_REQUEST['repotrunkdirection'])?$_REQUEST['repotrunkdirection']:'';
