Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.8
-
Component/s: Core CiviCRM
-
Labels:None
Description
Was using $offset != null && $row_count != null, should have been !is_null($offset)...
using != null will return false if a 0 is passed in.
Fixed in trunk