Wikia code/includes/specials/SpecialListfiles.php
Appearance
This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date. The information shown below refers to the now unmaintained 1.16 MediaWiki release. The current stable release number is 1.42.3. |
--- D:\Programming\SVN\mediawiki\branches\REL1_16\phase3\includes\specials\SpecialListfiles.php 2011-07-18 22:31:17.675781300 +0100
+++ D:\Programming\SVN\wikia\trunk\includes\specials\SpecialListfiles.php 2011-08-17 15:28:16.322265600 +0100
@@ -23,7 +23,11 @@
*/
class ImageListPager extends TablePager {
var $mFieldNames = null;
- var $mQueryConds = array();
+
+ /* Wikia change begin - @author: Inez */
+ /* Do not list Videos on this special page */
+ var $mQueryConds = array("img_media_type != 'VIDEO'");
+ /* Wikia change end */
function __construct() {
global $wgRequest, $wgMiserMode;