Fix for compatibility with short_open_tag = Off
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 18 Feb 2004 02:15:00 +0000 (02:15 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 18 Feb 2004 02:15:00 +0000 (02:15 +0000)
150 files changed:
AdminSettings.sample
LocalSettings.sample
Version.php
includes/Article.php
includes/Block.php
includes/BlockCache.php
includes/CacheManager.php
includes/Database.php
includes/DatabaseFunctions.php
includes/DateFormatter.php
includes/DefaultSettings.php
includes/DifferenceEngine.php
includes/EditPage.php
includes/FulltextStoplist.php
includes/GlobalFunctions.php
includes/ImagePage.php
includes/LinkCache.php
includes/LinksUpdate.php
includes/LoadBalancer.php
includes/LogPage.php
includes/MagicWord.php
includes/Math.php
includes/MemcachedSessions.php
includes/MessageCache.php
includes/Namespace.php
includes/OutputPage.php
includes/Profiling.php
includes/QueryPage.php
includes/RecentChange.php
includes/SearchEngine.php
includes/SearchUpdate.php
includes/Setup.php
includes/SiteStatsUpdate.php
includes/Skin.php
includes/SkinCologneBlue.php
includes/SkinFramed.php
includes/SkinNostalgia.php
includes/SkinSmarty.php
includes/SkinStandard.php
includes/SpecialAllpages.php
includes/SpecialAncientpages.php
includes/SpecialAsksql.php
includes/SpecialBlockip.php
includes/SpecialBooksources.php
includes/SpecialCategories.php
includes/SpecialContributions.php
includes/SpecialDeadendpages.php
includes/SpecialDebug.php
includes/SpecialEmailuser.php
includes/SpecialExport.php
includes/SpecialImagelist.php
includes/SpecialIpblocklist.php
includes/SpecialListusers.php
includes/SpecialLockdb.php
includes/SpecialLonelypages.php
includes/SpecialLongpages.php
includes/SpecialMaintenance.php
includes/SpecialMakesysop.php
includes/SpecialMovepage.php
includes/SpecialNeglectedpages.php
includes/SpecialNewpages.php
includes/SpecialPopularpages.php
includes/SpecialPreferences.php
includes/SpecialRandompage.php
includes/SpecialRecentchanges.php
includes/SpecialRecentchangeslinked.php
includes/SpecialShortpages.php
includes/SpecialSpecialpages.php
includes/SpecialStatistics.php
includes/SpecialUndelete.php
includes/SpecialUnlockdb.php
includes/SpecialUnusedimages.php
includes/SpecialUpload.php
includes/SpecialUserlogin.php
includes/SpecialUserlogout.php
includes/SpecialVersion.php
includes/SpecialVote.php
includes/SpecialWantedpages.php
includes/SpecialWatchlist.php
includes/SpecialWhatlinkshere.php
includes/SquidUpdate.php
includes/Title.php
includes/UpdateClasses.php
includes/User.php
includes/UserTalkUpdate.php
includes/UserUpdate.php
includes/Utf8Case.php
includes/ViewCountUpdate.php
includes/WatchedItem.php
includes/killthread.php
install-utils.inc
install.php
languages/Language.php
languages/LanguageAr.php
languages/LanguageBg.php
languages/LanguageCa.php
languages/LanguageCs.php
languages/LanguageDa.php
languages/LanguageDe.php
languages/LanguageEn.php
languages/LanguageEo.php
languages/LanguageEs.php
languages/LanguageFi.php
languages/LanguageFr.php
languages/LanguageFy.php
languages/LanguageHe.php
languages/LanguageHi.php
languages/LanguageHu.php
languages/LanguageIa.php
languages/LanguageIt.php
languages/LanguageKo.php
languages/LanguageMl.php
languages/LanguageNl.php
languages/LanguageNo.php
languages/LanguageOc.php
languages/LanguagePl.php
languages/LanguageRo.php
languages/LanguageRu.php
languages/LanguageSk.php
languages/LanguageSl.php
languages/LanguageSq.php
languages/LanguageSr.php
languages/LanguageSv.php
languages/LanguageTa.php
languages/LanguageUtf8.php
languages/LanguageZh.php
maintenance/InitialiseMessages.inc
maintenance/archives/convertdb.php
maintenance/archives/rebuildRecentchanges.inc
maintenance/archives/upgradeWatchlist.php
maintenance/attribute.php
maintenance/checktrans-enhanced.php
maintenance/checktrans.php
maintenance/checktrans2.php
maintenance/cleandb.php
maintenance/compressOld.php
maintenance/rcdumper.php
maintenance/rebuildMessages.php
maintenance/rebuildall.php
maintenance/rebuildlinks.inc
maintenance/rebuildlinks.php
maintenance/rebuildrecentchanges.inc
maintenance/rebuildrecentchanges.php
maintenance/rebuildtextindex.inc
maintenance/rebuildtextindex.php
maintenance/remove-brokenlinks.php
redirect.phtml
texvc.phtml
update.php
wiki.phtml

index 7f5a7c3..58fb244 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # This file should be copied to AdminSettings.php, and modified
 # to reflect local settings.  Unlike LocalSettings.php, it is
 # not copied to the installation directory for security reasons;
index 443b1e3..0479dc2 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # Local settings work like this: the file LocalSettings.sample
 # should be copied to LocalSettings.php in the source directory
 # and edited for your local file system settings and software
index 2ba6842..118f93d 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # This file is copied to the install directory so that
 # later update scripts will be able to use it to determine
 # what they need to update. The version number here must
index f6bccf5..07a6156 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # Class representing a Wikipedia article and history.
 # See design.doc for an overview.
 
index 891598d..d2bec7b 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # Blocks and bans object
 #
 #TODO: This could be used everywhere, but it isn't.
index 48921a4..e18182c 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Object for fast lookup of IP blocks
 # Represents a memcached value, and in some sense, the entire ipblocks table
index f5701e4..09f9a80 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Handles talking to the file cache, putting stuff in and taking it back out.
 # Mostly called from Article.php, also from DatabaseFunctions.php for the
index 07f2c03..84f2c46 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 include_once( "FulltextStoplist.php" );
 include_once( "CacheManager.php" );
 
index 0add9fd..90a41c4 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Backwards compatibility wrapper for Database.php
 
index 7eb46b2..511e23b 100755 (executable)
@@ -1,4 +1,4 @@
-<?
+<?php
 define("DF_ALL", -1);
 define("DF_NONE", 0);
 define("DF_MDY", 1);
index c24eec9..19ab767 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # DO NOT EDIT THIS FILE!
 # To customize your installation, edit "LocalSettings.php".
 # Note that since all these string interpolations are expanded
index 3012fe3..96cf436 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See diff.doc
 
 class DifferenceEngine {
index e58f217..eae4bcd 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Splitting edit page/HTML interface from Article...
 # The actual database and text munging is still in Article,
index fbd5f9a..12c9d6b 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # This is the MySQL fulltext search stoplist, copied from the
 # source file "myisam/ft_static.c" in the MySQL source distribution.
index b9e9e2b..c9cbe1b 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # Global functions used everywhere
 
 $wgNumberOfArticles = -1; # Unset
index 7651ded..91521c6 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 /*
        Special handling for image description pages
index fb716fb..f4c50c0 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # Cache for article titles and ids linked from one source
 
 # These are used in incrementalSetup()
index 1c76afc..81c449f 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See deferred.doc
 
 class LinksUpdate {
index a3116e2..3df2ac5 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # Database load balancing object
 
 class LoadBalancer {
index 371820e..d26495c 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # Class to simplify the use of log pages
 
 class LogPage {
index 3a274cd..b5ee3e9 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # This class encapsulates "magic words" such as #redirect, __NOTOC__, etc.
 # Usage:
index 90f20bd..3c6075f 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function linkToMathImage ( $tex, $outputhash )
 {
index db0382d..435d32f 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 /*
        This file gets included if $wgSessionsInMemcache is set in the config.
index 80788fb..6810786 100755 (executable)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Message cache
 # Performs various useful MediaWiki namespace-related functions
index a14de1e..b482080 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # This is a utility class with only static functions
 # for dealing with namespaces that encodes all the
 # "magic" behaviors of them based on index.  The textual
index 6f756a1..1285ebc 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See design.doc
 
 if($wgUseTeX) include_once( "Math.php" );
index 6d97f97..2a108a8 100755 (executable)
@@ -1,4 +1,4 @@
-<?
+<?php
 # This file is only included if profiling is enabled
 function wfProfileIn( $functionname )
 {
index 0195333..ea87c26 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once ( "LogPage.php" ) ;
 
index cf7ebf1..fb385bc 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # Utility class for creating new RC entries
 
 define( "RC_EDIT", 0);
index 7e273cc..0e182fc 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See search.doc
 
 class SearchEngine {
index 8777138..08f66ea 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See deferred.doc
 
 class SearchUpdate {
index b85f107..18c2e29 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # The main wiki script and things like database
 # conversion and maintenance scripts all share a
 # common setup of including lots of classes and
index f8ab804..4c4b32c 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See deferred.doc
 
 class SiteStatsUpdate {
index 1157eed..ca7bc7e 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See skin.doc
 
 # These are the INTERNAL names, which get mapped
index 979a373..3279313 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See skin.doc
 
 class SkinCologneBlue extends Skin {
index 710ea64..cc18722 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See skin.doc
 
 class SkinFramed extends Skin {
index e31fcb0..ed3c4d6 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See skin.doc
 
 class SkinNostalgia extends Skin {
index 7033ab5..e49361a 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once( "Smarty.class.php" );
 
index 013dd64..d2549a1 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See skin.doc
 
 class SkinStandard extends Skin {
index 621a237..54b6442 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialAllpages( $par=NULL )
 {
index aadf79b..13c97b4 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once( "QueryPage.php" );
 
index 8b8d4ac..b4280b3 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialAsksql()
 {
index 4b29d03..a0aed6b 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialBlockip()
 {
index c7630f5..32a73de 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # ISBNs in wiki pages will create links to this page, with
 # the ISBN passed in via the query string.
index c23dc08..0b145ef 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialCategories()
 {
index ca206c7..b2d3412 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialContributions( $par = "" )
 {
index b74f20c..08d16c9 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once( "QueryPage.php" );
 
index f11c075..9bac259 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialDebug()
 {
index 4912852..5fac3c8 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialEmailuser()
 {
index 4ce8d3c..2a3291d 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialExport( $page = "" ) {
        global $wgOut, $wgLang;
index 9224467..a3424aa 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialImagelist()
 {
index 30bef11..391b2dc 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialIpblocklist()
 {
index 629776f..9a31bed 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialListusers()
 {
index 5d6be73..9c46a90 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialLockdb()
 {
index 40bd400..1397dbf 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once( "QueryPage.php" );
 
index 567f9a6..2a9a1f5 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once( "QueryPage.php" );
 
index 081a4b5..a5f58ef 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 include_once( "LinksUpdate.php" );
 
 function wfSpecialMakesysop()
index d76a510..3a0b32d 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 include_once( "LinksUpdate.php" );
 
 function wfSpecialMovepage()
index 42d4006..9889469 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # Suggestion from mailing list: lists pages in order
 # least recently reviewed.
 #
index 8dbff5b..baf504d 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once( "QueryPage.php" );
 
index 498c324..8522b12 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once( "QueryPage.php" );
 
index 902b919..ac9bd19 100644 (file)
@@ -1,4 +1,5 @@
-<?
+<?php
+
 function wfSpecialPreferences()
 {
        global $wgUser, $wgOut, $wgUseDynamicDates, $action;
index 00b3ac0..d55f643 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialRandompage()
 {
index 2a19f71..0ffba3c 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialRecentchanges( $par )
 {
index 59d2e36..ddb66ac 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 include_once( "SpecialRecentchanges.php" );
 
 function wfSpecialRecentchangeslinked( $par = NULL )
index a34bb36..2cb6c37 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once("QueryPage.php");
 
index 0488a27..9805fa5 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialSpecialpages()
 {
index 5b7f56c..f28882a 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialStatistics()
 {
index 83003b8..ac2ff9c 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialUndelete( $par )
 {
index e8d26e5..ca8daed 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialUnlockdb()
 {
index a594be0..fb94bcc 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialUnusedimages()
 {
index acbba92..9e2398f 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialUpload()
 {
index 0451b9b..0ef1d3b 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialUserlogin()
 {
index 808de18..c86f55a 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialUserlogout()
 {
index 23d6b3d..8f99360 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialVersion()
 {
index de0f8ff..15448ee 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialVote()
 {
index 6bc82a5..1a6e8a5 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once ( "QueryPage.php" ) ;
 
index 2691764..77fa455 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 include_once( "SpecialRecentchanges.php" );
 include_once( "WatchedItem.php" );
 
index 35dab26..bdb134f 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function wfSpecialWhatlinkshere($par = NULL)
 {
index 0c1e8b5..deaa55b 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See deferred.doc
 
 class SquidUpdate {
index c245bf6..926cc28 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See title.doc
 
 /* private static */ $title_interwiki_cache = array();
index 10e11a3..a04734c 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See deferred.doc
 include_once( "UserUpdate.php" );
 include_once( "ViewCountUpdate.php" );
index 9bf1d4c..b3e5d98 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See user.doc
 
 include_once( "WatchedItem.php" );
index 53f3e98..306cd3c 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See deferred.doc
 
 class UserTalkUpdate {
index 1d28cf3..bf8a33f 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See deferred.doc
 
 class UserUpdate {
index 996070a..624eaab 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # Simple 1:1 upper/lowercase switching arrays for utf-8 text
 # Won't get context-sensitive things yet
 
index ba98ba7..84a0399 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See deferred.doc
 
 class ViewCountUpdate {
index b66d249..b5933f0 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 class WatchedItem {
 
index 05a165b..d18bf9a 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Script to kill a MySQL thread after a specified timeout
 
index d78b7b0..2bd3134 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function install_version_checks() {
        if( !function_exists( "version_compare" ) ) {
index 2d8db90..e45b0c0 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Install software and create new empty database.
 #
index a8630f5..dbd8704 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 #--------------------------------------------------------------------------
 # Constants
 #--------------------------------------------------------------------------
index 6ec3269..6eae649 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See language.doc
 include_once("LanguageUtf8.php");
 
index d8e3973..f5941c4 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 #--------------------------------------------------------------------------
 # Language-specific text
 #--------------------------------------------------------------------------
index 99ab746..a793c61 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # The names of the namespaces can be set here, but the numbers
 # are magical, so don't change or move them!  The Namespace class
index e1c79f5..bdcdf9d 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # See language.doc
 
index 4b80e95..08e82e4 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # NOTE: To turn off "Current Events" in the sidebar,
 # set "currentevents" => "-"
index 383347f..32decb3 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See Language.php for notes.
 
 if($wgMetaNamespace === FALSE)
index 8d04d30..3c3e3ec 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See language.doc
 
 class LanguageEn extends Language {
index aa8eec5..5941b72 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 include("LanguageUtf8.php");
 $wgInputEncoding       = "utf-8";
 $wgOutputEncoding      = "utf-8";
index 002abd3..1ae8c5f 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # The names of the namespaces can be set here, but the numbers
 # are magical, so don't change or move them!  The Namespace class
index e964f5e..fd82547 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # FIXME: use $wgSitename, $wgMetaNamespace instead of hard-coded Wikipedia
 
index 3a4a924..2e1a858 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 // $Id$
 
index 2ca1036..cad1bce 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # NOTE: To turn off "Current Events" in the sidebar,
 # set "currentevents" => "-"
index be70a42..618af12 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once("LanguageUtf8.php");
 
index 172f4bb..b2a8a75 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include( "LanguageUtf8.php" );
 
index 05ca833..ddf5783 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once("LanguageUtf8.php");
 
index be6a021..7fa4a6c 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # NOTE: To turn off "Current Events" in the sidebar,
 # set "currentevents" => "-"
index 9ac818e..74ff560 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # NOTE: To turn off "Current Events" in the sidebar,
 # set "currentevents" => "-"
index 679dee4..03eb08b 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 global $IP;
 include_once( "LanguageUtf8.php" );
 
index 27be655..b902416 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See language.doc
 
 include_once( "LanguageUtf8.php" );
index 7490d16..a6d530d 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 /* WARNING: This file is still in ISO-8859-1. */
 
index 75fa128..b27a563 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # NOTE: To turn off "Current Events" in the sidebar,
 # set "currentevents" => "-"
index e19b6ef..b38042d 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once( "LanguageUtf8.php" );
 
index 1970a14..8f42397 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 include_once("LanguageUtf8.php");
 
 # NOTE: To turn off "Current Events" in the sidebar,
index c2902f5..3366b92 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once("LanguageUtf8.php");
 
index 9b6f041..2fe4ad3 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once( "LanguageUtf8.php" );
 
index 1f48d69..a48fcc9 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once("LanguageUtf8.php");
 
index a4bf6d0..c195a43 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 #
 # Revision/
index a322932..fb10853 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once("LanguageUtf8.php");
 
index a621529..a80faf0 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include( "LanguageUtf8.php" );
 
index 7dca262..177cff5 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 // NOTE: To turn off "Current Events" in the sidebar,
 // set "currentevents" => "-"
index f32bc97..0097975 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include_once( "LanguageUtf8.php" );
 
index 8920340..b90468d 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 $wgInputEncoding    = "utf-8";
 $wgOutputEncoding      = "utf-8";
index c92b91e..1de3b86 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 include_once( "LanguageUtf8.php" );
 
 # NOTE: To turn off "Current Events" in the sidebar,
index 315ab64..6da89df 100755 (executable)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # This script is included from update.php and install.php. Do not run it 
 # by itself.
index b7070f4..e9bb785 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 print "This script is obsolete!";
 print "It is retained in the source here in case some of its
index 31aee3a..95e8e2f 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # Convert watchlists to new format
 
 global $IP;
index 5b5ed4b..f6f0d03 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Parameters
 
index fa06345..9c2d7dc 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Check to see if all messages have been translated into
 # the selected language. To run this script, you must have
index ef0e9fc..10386b9 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Check to see if all messages have been translated into
 # the selected language. To run this script, you must have
index 8981101..a45d972 100755 (executable)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Checks translation of all language files
  
index 3dc75d3..15e6195 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Creating a new empty database; either this or the conversion
 # script from the old format needs to be run, but not both.
index 0081fb5..df147c1 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Rebuild search index table from scratch.  This takes several
 # hours, depending on the database size and server configuration.
index 8ebc772..0ba026c 100755 (executable)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 $wgCommandLineMode = true;
 $fmB = chr(2);
index e4dc59f..bea245d 100755 (executable)
@@ -1,4 +1,4 @@
-<?
+<?php
 $wgCommandLineMode = true;
 
 $sep = strchr( $include_path = ini_get( "include_path" ), ";" ) ? ";" : ":";
index 91aa1ce..a47e508 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Rebuild link tracking tables from scratch.  This takes several
 # hours, depending on the database size and server configuration.
index 1d38469..f75f615 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Functions for rebuilding the link tracking tables; must
 # be included within a script that also includes the Setup.
index 7fe0c1d..f03cd9a 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Rebuild link tracking tables from scratch.  This takes several
 # hours, depending on the database size and server configuration.
index 4f64ce3..acc82f5 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Rebuild recent changes table.
 #
index 3803c1a..8949b76 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Rebuild link tracking tables from scratch.  This takes several
 # hours, depending on the database size and server configuration.
index f0e20f0..65800ed 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Rebuild the fulltext search indexes. This may take a while
 # depending on the database size and server configuration.
index 2ca7356..7206d32 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Rebuild search index table from scratch.  This takes several
 # hours, depending on the database size and server configuration.
index 17886c7..74de741 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Remove spurious brokenlinks
 
index bad253d..11d3c10 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 include_once( "./LocalSettings.php" );
 global $wpDropdown, $wgArticlePath;
 $url = str_replace( "$1", $wpDropdown, $wgArticlePath );
index 4dfd732..6308466 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 include( "./LocalSettings.php" );
 include( "Setup.php" );
 header( "Content-type: text/xml; charset={$wgInputEncoding}" );
index 58f8e3c..e4ae187 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # Update already-installed software
 #
index a9427e2..3458096 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # Main wiki script; see design.doc
 #
 $wgRequestTime = microtime();