* Adding a trailing ?>
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 7 Mar 2006 13:32:27 +0000 (13:32 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 7 Mar 2006 13:32:27 +0000 (13:32 +0000)
14 files changed:
includes/Exif.php
includes/JobQueue.php
includes/PersistentObject.php
includes/SearchEngine.php
includes/compatability/ctype.php
maintenance/addwiki.php
maintenance/changePassword.php
maintenance/checkUsernames.php
maintenance/deleteImageMemcached.php
maintenance/ourusers.php
maintenance/parserTestsParserTime.php
maintenance/parserTestsStaticParserHook.php
maintenance/runJobs.php
trackback.php

index 33c6615..9b12d6b 100644 (file)
@@ -1103,3 +1103,4 @@ class FormatExif {
                return $a;
        }
 }
+?>
index da55155..3eddd50 100644 (file)
@@ -211,3 +211,4 @@ class Job {
                return $this->error;
        }
 }
+?>
index 2f61440..1007521 100644 (file)
@@ -47,3 +47,4 @@ class PersistentObject {
                $wgPersistentObjects[] = $obj;
        }
 }
+?>
index 73021d7..2ef7045 100644 (file)
@@ -344,4 +344,4 @@ class SearchEngineDummy {
        function searchtitle() {}
        function searchtext() {}
 }
-
+?>
index 2724d8f..f4185ee 100644 (file)
@@ -218,3 +218,4 @@ function wf_ctype_parse_args( $fname, $args ) {
                // Like PHP
                return array( null, false );
 }
+?>
index 3a559c1..253033a 100644 (file)
@@ -207,3 +207,4 @@ See the [http://www.wikipedia.org Wikipedia portal] for other language Wikipedia
 
        print "Script ended. You now want to run sync-common-all to publish *dblist files (check them for duplicates first)\n";
 }
+?>
index bed5789..591a82b 100644 (file)
@@ -50,3 +50,4 @@ if( in_array( '--help', $argv ) )
 
 $cp = new ChangePassword( @$options['user'], @$options['password'] );
 $cp->main();
+?>
index a3d9dbb..b577ebc 100644 (file)
@@ -34,3 +34,4 @@ class checkUsernames {
 
 $cun = new checkUsernames();
 $cun->main();
+?>
index e8cac01..4e17d21 100644 (file)
@@ -57,3 +57,4 @@ $report = (int)$options['report'];
 
 $dic = new DeleteImageCache( $until, $sleep, $report );
 $dic->main();
+?>
index 241e153..0d62557 100644 (file)
@@ -118,3 +118,4 @@ EOS;
        }
        print "\n";
 }
+?>
index f1b2267..705f9ce 100644 (file)
@@ -23,3 +23,4 @@ function wfParserTimeSetup( &$parser, &$ts ) {
        
        return true;
 }
+?>
index 820a06f..09dde63 100644 (file)
@@ -39,3 +39,4 @@ function wfParserTestStaticParserHookHook( $in, $argv ) {
                        " <statictag action=flush/>, not in any other way.\n"
                );
 }
+?>
index 3b63daa..d72addc 100644 (file)
@@ -17,3 +17,4 @@ while ( $dbw->selectField( 'job', 'count(*)', '', 'runJobs.php' ) ) {
                }
        }
 }
+?>
index d8170c3..f00f040 100644 (file)
@@ -78,3 +78,4 @@ $dbw->insert('trackbacks', array(
 
 XMLsuccess();
 exit;
+?>