phpBMS

Changeset 675 for trunk/phpbms/modules

Show
Ignore:
Timestamp:
12/02/09 13:12:52 (2 years ago)
Author:
nate
Message:
  • Fixed variable typos as per the patch in #382.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/report/clients_notesummary.php

    r673 r675  
    9696        while($clientrecord=$db->fetchArray($clientquery)) { 
    9797                 
    98                 $theName = $clientRecord["thename"]; 
     98                $theName = $clientrecord["thename"]; 
    9999                 
    100100                $querystatement = " 
     
    171171 
    172172        if($thisCount == 1){ 
    173                 if($thename) 
    174                         $filename .= '_'.$thename; 
     173                if($theName) 
     174                        $filename .= '_'.$theName; 
    175175        }elseif($thisCount) 
    176176                $filename .= "_Multiple"; 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.