# HG changeset patch # User Dan # Date 1234822322 18000 # Node ID a46dc188d2ce4b84f0e94d5ad5a8909d545f94bf # Parent 16054ea5b5254de6ffed5328acc1e947f1a36130 [Oops] removed debug message in install-cli diff -r 16054ea5b525 -r a46dc188d2ce install/install-cli.php --- a/install/install-cli.php Mon Feb 16 17:01:56 2009 -0500 +++ b/install/install-cli.php Mon Feb 16 17:12:02 2009 -0500 @@ -14,10 +14,9 @@ * 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 details. * - * Thanks to Stephan for helping out with l10n in the installer (his work is in includes/stages/*.php). + * Thanks to Stephan B. for helping out with l10n in the installer (his work is in includes/stages/*.php). */ -echo "INSTALLER STARTED\n"; $result = require(dirname(__FILE__) . '/includes/cli-core.php'); exit( $result ? 0 : 1 );