|
From: Benjamin C. <bc...@us...> - 2002-04-11 21:58:09
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv5697
Modified Files:
install.php
Log Message:
Assign the error var
Index: install.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/install.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- install.php 11 Apr 2002 20:16:11 -0000 1.25
+++ install.php 11 Apr 2002 21:58:06 -0000 1.26
@@ -253,6 +253,7 @@
global $t, $_pv, $select, $HTTP_SERVER_VARS;
$t->assign($_pv);
+ $t->assign('error', $error);
$t->assign('default_email', 'phpbt@'.$HTTP_SERVER_VARS['SERVER_NAME']);
$t->display('install.html');
}
|