|
From: Benjamin C. <bc...@us...> - 2002-07-29 12:26:21
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv10811
Modified Files:
install.php
Log Message:
Add a little more info to the database error message
Index: install.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/install.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- install.php 13 Jun 2002 14:26:34 -0000 1.29
+++ install.php 29 Jul 2002 12:26:18 -0000 1.30
@@ -168,7 +168,7 @@
<br>
Please check these details are correct and that the database already exists then retry.
</div>
- ');
+ <br>'.$db->message.'<br>'.$db->userinfo);
}
|