2011-04-28 Junichi Satoh <junichi@rworks.jp>
* godmode/admin_access_logs.php: Fixed filter parameters are not taken over with offset selection. (Fixed degraded.) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4287 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f417b9b06c
commit
a275c62c1a
|
@ -1,3 +1,8 @@
|
||||||
|
2011-04-28 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
|
* godmode/admin_access_logs.php: Fixed filter parameters are not
|
||||||
|
taken over with offset selection. (Fixed degraded.)
|
||||||
|
|
||||||
2011-04-27 Sancho Lerena <slerena@artica.es>
|
2011-04-27 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* include/graphs/functions_gd.php: Fontsize was not being passed
|
* include/graphs/functions_gd.php: Fontsize was not being passed
|
||||||
|
|
|
@ -133,7 +133,7 @@ if ($filter_hours_old != 0) {
|
||||||
|
|
||||||
$sql = "SELECT COUNT(*) FROM tsesion " . $filter;
|
$sql = "SELECT COUNT(*) FROM tsesion " . $filter;
|
||||||
$count = db_get_sql ($sql);
|
$count = db_get_sql ($sql);
|
||||||
$url = "index.php?sec=godmode&sec2=godmode/admin_access_logs&tipo_log=".$tipo_log;
|
$url = "index.php?sec=godmode&sec2=godmode/admin_access_logs&tipo_log=".$tipo_log."&user_filter=".$user_filter."&filter_text=".$filter_text."&filter_hours_old=".$filter_hours_old."&filter_ip=".$filter_ip;
|
||||||
|
|
||||||
ui_pagination ($count, $url);
|
ui_pagination ($count, $url);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue