IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 9:38:23 AM (17 years ago)
Author:
bills
Message:

fix bug in source_id calculation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Config.pm

    r20926 r21311  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.94 2008-12-08 00:31:03 eugene Exp $
     3# $Id: Config.pm,v 1.95 2009-02-05 19:38:23 bills Exp $
    44
    55package PS::IPP::Config;
     
    367367    $stmt->finish();
    368368
    369     my $source_id = ($proj_id << 3) & $table;
     369    my $source_id = ($proj_id << 3) | $table;
    370370    return $source_id;
    371371}
Note: See TracChangeset for help on using the changeset viewer.