Go to the source code of this file.
Variables | |
$fixit = isset( $options['fix'] ) | |
$fname = 'attachLatest' | |
$dbw = wfGetDB( DB_MASTER ) | |
$result | |
$n = 0 |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html
Definition in file attachLatest.php.
$dbw = wfGetDB( DB_MASTER ) |
Definition at line 34 of file attachLatest.php.
$fixit = isset( $options['fix'] ) |
Definition at line 30 of file attachLatest.php.
$fname = 'attachLatest' |
Definition at line 31 of file attachLatest.php.
$n = 0 |
Definition at line 40 of file attachLatest.php.
$result |
Initial value:
$dbw->select( 'page', array( 'page_id', 'page_namespace', 'page_title' ), array( 'page_latest' => 0 ), $fname )
Definition at line 35 of file attachLatest.php.