From 83e232bd3f9f58f4d670bcf1e579fb65293096c6 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sat, 19 Sep 2009 16:01:42 +1200 Subject: [PATCH] Pear code style --- install.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/install.php b/install.php index 81241315e1..46248c7891 100644 --- a/install.php +++ b/install.php @@ -31,6 +31,8 @@ * @author Sarven Capadisli * @author Tom Adams * @license GNU Affero General Public License http://www.gnu.org/licenses/ + * @version 0.9 + * @link http://status.net */ define('INSTALLDIR', dirname(__FILE__)); @@ -476,12 +478,7 @@ E_O_T; function updateStatus($status, $error=false) { - echo '$status"; + echo '$status"; } function handlePost()