Ignore:
Timestamp:
Feb 6, 2006, 11:59:30 PM (18 years ago)
Author:
rub
Message:

[NBM] Step 2: Add new table user_mail_notification (update, install, constants, delete user

+ Correction delete user (table user_feed missing, table sessions must be removed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/constants.php

    r1008 r1028  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    77// | branch        : BSF (Best So Far)
     
    6262define('UPGRADE_TABLE', $prefixeTable.'upgrade');
    6363define('SEARCH_TABLE', $prefixeTable.'search');
     64define('USER_MAIL_NOTIFICATION_TABLE', $prefixeTable.'user_mail_notification');
     65
    6466?>
Note: See TracChangeset for help on using the changeset viewer.