main/inc/lib/sessionmanager.lib.php 1 location
|
@@ 3433-3435 (lines=3) @@
|
| 3430 |
|
} |
| 3431 |
|
|
| 3432 |
|
$limitCondition = null; |
| 3433 |
|
if (!empty($start) && !empty($limit)) { |
| 3434 |
|
$limitCondition = " LIMIT ".intval($start).", ".intval($limit); |
| 3435 |
|
} |
| 3436 |
|
|
| 3437 |
|
if (empty($orderCondition)) { |
| 3438 |
|
$orderCondition = " ORDER BY s.name "; |
main/inc/lib/tracking.lib.php 1 location
|
@@ 3481-3483 (lines=3) @@
|
| 3478 |
|
} |
| 3479 |
|
|
| 3480 |
|
$limitCondition = null; |
| 3481 |
|
if (!empty($start) && !empty($limit)) { |
| 3482 |
|
$limitCondition = " LIMIT ".intval($start).", ".intval($limit); |
| 3483 |
|
} |
| 3484 |
|
|
| 3485 |
|
$keywordCondition = null; |
| 3486 |
|
|