aboutsummaryrefslogtreecommitdiffstats
path: root/nbm.php
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-02-11 12:01:07 +0000
committerrub <rub@piwigo.org>2007-02-11 12:01:07 +0000
commit69632928a86237c0649451b22bbf21dbc594ed24 (patch)
tree1efb0c54abcfd741b52c0b32e6ec637fa716c96e /nbm.php
parent3c540c2d6f1da01cbcc0605e8113024474845663 (diff)
subcribe instead of subscribe => spam for free.
Correction of all bad English word. git-svn-id: http://piwigo.org/svn/trunk@1806 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'nbm.php')
-rw-r--r--nbm.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/nbm.php b/nbm.php
index 62f482423..db6db9236 100644
--- a/nbm.php
+++ b/nbm.php
@@ -2,8 +2,8 @@
// +-----------------------------------------------------------------------+
// | PhpWebGallery - a PHP based picture gallery |
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
-// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net |
-// | Copyright (C) 2006 Ruben ARNAUD - team@phpwebgallery.net |
+// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
+// | Copyright (C) 2006-2007 Ruben ARNAUD - team@phpwebgallery.net |
// +-----------------------------------------------------------------------+
// | branch : BSF (Best So Far)
// | file : $RCSfile$
@@ -49,13 +49,13 @@ $page['infos'] = array();
if (isset($_GET['subscribe'])
and preg_match('/^[A-Za-z0-9]{16}$/', $_GET['subscribe']))
{
- subcribe_notification_by_mail(false, array($_GET['subscribe']));
+ subscribe_notification_by_mail(false, array($_GET['subscribe']));
}
else
if (isset($_GET['unsubscribe'])
and preg_match('/^[A-Za-z0-9]{16}$/', $_GET['unsubscribe']))
{
- unsubcribe_notification_by_mail(false, array($_GET['unsubscribe']));
+ unsubscribe_notification_by_mail(false, array($_GET['unsubscribe']));
}
else
{