r23947 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23946‎ | r23947 | r23948 >
Date:10:42, 10 July 2007
Author:robchurch
Status:old
Tags:
Comment:
Trim
Modified paths:
  • /trunk/extensions/NewUserNotif/NewUserNotif.php (modified) (history)

Diff [purge]

Index: trunk/extensions/NewUserNotif/NewUserNotif.php
@@ -48,7 +48,5 @@
4949
5050 } else {
5151 echo( "This file is an extension to the MediaWiki software and cannot be used standalone.\n" );
52 - die( 1 );
53 -}
54 -
55 -
 52+ exit( 1 );
 53+}
\ No newline at end of file

Status & tagging log