Revision 27e02aed
Added by Assos Assos over 4 years ago
drupal7/includes/pager.inc | ||
---|---|---|
321 | 321 |
$tags = $variables['tags']; |
322 | 322 |
$element = $variables['element']; |
323 | 323 |
$parameters = $variables['parameters']; |
324 |
$quantity = $variables['quantity']; |
|
324 |
$quantity = empty($variables['quantity']) ? 0 : $variables['quantity'];
|
|
325 | 325 |
global $pager_page_array, $pager_total; |
326 | 326 |
|
327 | 327 |
// Calculate various markers within this pager piece: |
Also available in: Unified diff
-a