HomeHelpTrac

Ignore:
Timestamp:
01/20/09 00:46:27 (3 years ago)
Author:
Alexander Ermashev
Message:
  • Rename the table 'VKisses' to 'Greetings'. List of changed files : install.sql, greet.php, inc/admin.inc.php, member.php,

periodic/cmd.php ;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/admin.inc.php

    r8627 r8629  
    10521052    $oZ->alert(); 
    10531053 
    1054     db_res( "DELETE FROM `VKisses` WHERE `ID` = '{$ID}' OR `Profile` = '{$ID}'" ); 
     1054    db_res( "DELETE FROM `Greetings` WHERE `ID` = '{$ID}' OR `Profile` = '{$ID}'" ); 
    10551055    db_res( "DELETE FROM `Profiles` WHERE `ID` = '{$ID}'" ); 
    10561056     
Note: See TracChangeset for help on using the changeset viewer.