summaryrefslogtreecommitdiffstats
path: root/register.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2007-08-06 22:10:58 +0000
committerxgizzmo <xgizzmo@ampache>2007-08-06 22:10:58 +0000
commitc1e451729180af2a5749aa93671975e72f8d40a9 (patch)
tree6476d912a35abde5265df007c6daf132f046bd07 /register.php
parent0949ff48904b06438fc4215854d7fa3ba884474e (diff)
downloadampache-c1e451729180af2a5749aa93671975e72f8d40a9.tar.gz
ampache-c1e451729180af2a5749aa93671975e72f8d40a9.tar.bz2
ampache-c1e451729180af2a5749aa93671975e72f8d40a9.zip
fix some short tags causeing some weirdness in the menu, fixed a typo here and there.
Diffstat (limited to 'register.php')
-rw-r--r--register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/register.php b/register.php
index 38005c28..e40da39b 100644
--- a/register.php
+++ b/register.php
@@ -49,7 +49,7 @@ require_once (conf('prefix') . '/modules/validatemail/validateEmail.php');
/* Don't even include it if we aren't going to use it */
if (conf('captcha_public_reg')) {
- define ("CAPTCHA_INVERSE, 1");
+ define ("CAPTCHA_INVERSE", 1);
require_once (conf('prefix') . '/modules/captcha/captcha.php');
}