Changeset 2570

Show
Ignore:
Timestamp:
09/17/06 05:16:33 (7 years ago)
Author:
qldrob
Message:

More fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/customerdb/page.customerdb.php

    r2521 r2570  
    121121     
    122122   
    123   if(is_array($customerInfo)){ 
     123  if(isset($customerInfo) && is_array($customerInfo)){ 
    124124    $action="edit"; 
    125125    echo "<h2> ".$extdisplay." ".$name."</h2>"; 
  • modules/branches/2.2/inventorydb/page.inventorydb.php

    r2011 r2570  
    1717 
    1818$display = isset($_REQUEST['display'])?$_REQUEST['display']:'inventorydb'; 
     19$extdisplay = isset($_REQUEST['extdisplay'])?$_REQUEST['extdisplay']]:''; 
    1920$type = isset($_REQUEST['type'])?$_REQUEST['type']:'setup'; 
    2021$action = isset($_REQUEST['action'])?$_REQUEST['action']:'';