Changeset 1806 for trunk/nbm.php


Ignore:
Timestamp:
Feb 11, 2007, 1:01:07 PM (17 years ago)
Author:
rub
Message:

subcribe instead of subscribe => spam for free.

Correction of all bad English word.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nbm.php

    r1699 r1806  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net |
    6 // | Copyright (C) 2006 Ruben ARNAUD - team@phpwebgallery.net              |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     6// | Copyright (C) 2006-2007   Ruben ARNAUD - team@phpwebgallery.net       |
    77// +-----------------------------------------------------------------------+
    88// | branch        : BSF (Best So Far)
     
    5050    and preg_match('/^[A-Za-z0-9]{16}$/', $_GET['subscribe']))
    5151{
    52   subcribe_notification_by_mail(false, array($_GET['subscribe']));
     52  subscribe_notification_by_mail(false, array($_GET['subscribe']));
    5353}
    5454else
     
    5656    and preg_match('/^[A-Za-z0-9]{16}$/', $_GET['unsubscribe']))
    5757{
    58   unsubcribe_notification_by_mail(false, array($_GET['unsubscribe']));
     58  unsubscribe_notification_by_mail(false, array($_GET['unsubscribe']));
    5959}
    6060else
Note: See TracChangeset for help on using the changeset viewer.