Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3707
QueryPage.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 9:36 PM
2014-11-21 21:36:09 (UTC+0)
Size
406 B
Referenced Files
None
Subscribers
None
QueryPage.patch
View Options
--- QueryPage.php 2007-02-15 22:35:36.000000000 +0900
+++ QueryPagenew.php 2007-02-19 04:42:21.000000000 +0900
@@ -330,6 +330,11 @@
$sk = $wgUser->getSkin( );
+ if( $num == 0 ) {
+ $wgOut->addHTML( '<p>' . wfMsgHTML('table_pager_empty') . '</p>' );
+ return;
+ }
+
if($shownavigation) {
$wgOut->addHTML( $this->getPageHeader() );
$top = wfShowingResults( $offset, $num);
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3274
Default Alt Text
QueryPage.patch (406 B)
Attached To
Mode
T10919: Suppress paging links and related messages where there are no rows to list for query pages
Attached
Detach File
Event Timeline
Log In to Comment