tablesort_get_querystring

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.

includes/tablesort.inc, строка 132

Версии
5 – 6
tablesort_get_querystring()

Compose a query string to append to table sorting requests.

Возвращаемое значение

A query string that consists of all components of the current page request except for those pertaining to table sorting.

Код

<?php
function tablesort_get_querystring() {
  return drupal_query_string_encode($_REQUEST, array_merge(array('q', 'sort', 'order', 'pass'), array_keys($_COOKIE)));
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

Вход в систему