Show
Ignore:
Timestamp:
06/04/09 18:53:50 (4 years ago)
Author:
xrobau
Message:

Add 'tabindex' variables to any module that references it, to avoid undefined variable warnings.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6/paging/page.paging.php

    r7332 r7792  
    1515$display = isset($_REQUEST['display'])?$_REQUEST['display']:'paging'; 
    1616$type = isset($_REQUEST['type'])?$_REQUEST['type']:'tool'; 
     17 
     18$tabindex = 0; 
    1719 
    1820$action = isset($_REQUEST['action'])?$_REQUEST['action']:'';