|
From: Benjamin C. <bc...@us...> - 2002-10-19 19:02:15
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv12332
Modified Files:
upgrade.php
Log Message:
Little bit of cleanup
Index: upgrade.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/upgrade.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- upgrade.php 27 Sep 2002 18:40:00 -0000 1.26
+++ upgrade.php 19 Oct 2002 19:02:10 -0000 1.27
@@ -23,9 +23,8 @@
// $Id$
define ('NO_AUTH', 1);
-define ('STYLE', 'default');
-include 'include.php';
+@include 'include.php';
function upgrade() {
global $db;
|