phpBMS

Changeset 675

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

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/include/common_functions.php

    r674 r675  
    579579                 
    580580                if(!$inside){ 
    581                         if(in_array($char, $delimeters) && $prevChar != $escapeChar){ 
     581                        if(in_array($char, $delimeters) && $prevChar != $escapeCharacter){ 
    582582                                $inside = true; 
    583583                                $delimeter = $char; 
     
    587587                }else{ 
    588588                         
    589                         if($char == $delimeter && $prevChar != $escapeChar){ 
     589                        if($char == $delimeter && $prevChar != $escapeCharacter){ 
    590590                                $inside = false; 
    591591                                $returnString .= "0"; 
  • 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.