From: Aaron Schulz Date: Tue, 8 Apr 2008 08:51:52 +0000 (+0000) Subject: type/time X-Git-Tag: 1.31.0-rc.0~48540 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=a1699eb2dd4d17f7ada4b6d9b147b204180f8529;p=lhc%2Fweb%2Fwiklou.git type/time --- diff --git a/includes/LogEventsList.php b/includes/LogEventsList.php index d89ffd2c29..3dada77537 100644 --- a/includes/LogEventsList.php +++ b/includes/LogEventsList.php @@ -498,6 +498,8 @@ class LogPager extends ReverseChronologicalPager { $index = array( 'USE INDEX' => array( 'logging' => 'user_time' ) ); } else if( $this->title || $this->pattern ) { $index = array( 'USE INDEX' => array( 'logging' => 'page_time' ) ); + } else if( $this->type ) { + $index = array( 'USE INDEX' => array( 'logging' => 'type_time' ) ); } else { $index = array( 'USE INDEX' => array( 'logging' => 'times' ) ); }