navigation  interaction  search

 other resources

Changeset 422

Show
Ignore:
Timestamp:
07/24/08 11:21:59
Author:
nate
Message:
  • Fixes ticket #280 - incorrect assignment instead of comparison.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/phpbms/common/javascript/common.js

    r406 r422  
    677677                        case "24 Hour": 
    678678                                timeArray=sTime.split(":"); 
    679                                 if(timeArray.length=3) 
     679                                if(timeArray.length == 3) 
    680680                                        thetime=new Date(0,0,0,parseInt(timeArray[0],10),parseInt(timeArray[1],10),parseInt(timeArray[2],10)); 
    681681                        break; 
Copyright © 2006-2007 Kreotek, LLC. All Rights reserved.