- Timestamp:
- 12/19/11 01:26:46 (5 months ago)
- File:
-
- 1 edited
-
trunk/inc/classes/BxDolGridQuery.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/classes/BxDolGridQuery.php
r15759 r15774 30 30 31 31 // paginate 32 if (!empty($aObject['paginate_url']) && 0 != strncasecmp($aObject['paginate_url'], 'http://', 7) && 0 != strncasecmp($aObject['paginate_url'], 'https://', 7))32 if (!empty($aObject['paginate_url']) && 0 != strncasecmp($aObject['paginate_url'], 'http://', 7) && 0 != strncasecmp($aObject['paginate_url'], 'https://', 8)) 33 33 $aObject['paginate_url'] = BX_DOL_URL_ROOT . $aObject['paginate_url']; 34 34
Note: See TracChangeset
for help on using the changeset viewer.