From 327102cf03b0f2733dbaf9e0cce354987a5f4b74 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 24 Sep 2005 19:48:51 +0000 Subject: [PATCH] r444: Fixing parse errors --- register.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/register.php b/register.php index d5a5b90..c5de8b1 100755 --- a/register.php +++ b/register.php @@ -141,7 +141,7 @@ if ($_POST['do'] == 'insert') Welcome to the %2$s tracker. Before you can begin posting bug reports, you\'ll need to activae your account. To do this, please click this link: -%3$s/register.php?do=activate&userid=%4$s&activator=%5$s', +%3$s/register.php?do=activate&userid=%4$s&activator=%5$s'), $bugsys->in['displayname'], 'Avalon Development', // #*# change @@ -164,7 +164,7 @@ Welcome to the %2$s tracker. Before you can begin posting bug reports, you\'ll n Thank you for taking the time to register at %2$s. We look forward to your contributations to making our products better. -If you have any questions, please don\'t hesitate to contact the webmaster.', +If you have any questions, please don\'t hesitate to contact the webmaster.'), $bugsys->in['displayname'], $bugsys->options['trackertitle'] ); @@ -201,7 +201,7 @@ if ($_REQUEST['do'] == 'activate') Thank you for taking the time to register at %2$s. We look forward to your contributations to making our products better. -If you have any questions, please don\'t hesitate to contact the webmaster.', +If you have any questions, please don\'t hesitate to contact the webmaster.'), $user['displayname'], $bugsys->options['trackertitle'] ); -- 2.22.5