Typo. 2013-04-19
authorIain Patterson <me@iain.cx>
Fri, 19 Apr 2013 08:27:29 +0000 (04:27 -0400)
committerIain Patterson <me@iain.cx>
Fri, 19 Apr 2013 08:39:26 +0000 (04:39 -0400)
Incorrect bitshift caused $PARCEL_SINGLE to be ignored.

To fix in the database, run

  update Contact set parcel=parcel|1 where parcel>0 and not (parcel & 7);
  update FoodOrder set parcel=parcel|1 where parcel>0 and not (parcel & 7);


No differences found