Active
Project:
Database Scripts
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2011 at 08:32 UTC
Updated:
29 Nov 2011 at 08:32 UTC
Line 695 of dbscripts.module should be changed from:
if ($dev_increment['num'] >= $prod_increment) {
to instead read:
if ($dev_increment['num'] >= $prod_increment['num']) {