|
|
|
@ -367,7 +367,7 @@ class GlossaryManager { |
|
|
|
$condition_session = api_get_session_condition($session_id, true, true); |
|
|
|
$condition_session = api_get_session_condition($session_id, true, true); |
|
|
|
$column = intval($column); |
|
|
|
$column = intval($column); |
|
|
|
if (!in_array($direction,array('DESC', 'ASC'))) { |
|
|
|
if (!in_array($direction,array('DESC', 'ASC'))) { |
|
|
|
$direction = 'DESC'; |
|
|
|
$direction = 'ASC'; |
|
|
|
} |
|
|
|
} |
|
|
|
$from = intval($from); |
|
|
|
$from = intval($from); |
|
|
|
$number_of_items = intval($number_of_items); |
|
|
|
$number_of_items = intval($number_of_items); |
|
|
|
|