|
From: Benjamin C. <bc...@us...> - 2001-11-09 17:53:40
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv15037
Modified Files:
install.php
Log Message:
Polishing up
Index: install.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/install.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- install.php 2001/11/03 17:17:40 1.4
+++ install.php 2001/11/09 17:53:37 1.5
@@ -197,6 +197,8 @@
$db_types = array(
'mysql' => 'MySQL',
'pgsql' => 'PostgreSQL');
+
+ foreach ($_pv as $k => $v) $$k = $v;
$t->set_file('content', 'install.html');
$t->set_block('content', 'writeableblock', 'writeable');
|