Changeset 8629 for trunk/inc/admin.inc.php
- Timestamp:
- 01/20/09 00:46:27 (3 years ago)
- File:
-
- 1 edited
-
trunk/inc/admin.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/admin.inc.php
r8627 r8629 1052 1052 $oZ->alert(); 1053 1053 1054 db_res( "DELETE FROM ` VKisses` WHERE `ID` = '{$ID}' OR `Profile` = '{$ID}'" );1054 db_res( "DELETE FROM `Greetings` WHERE `ID` = '{$ID}' OR `Profile` = '{$ID}'" ); 1055 1055 db_res( "DELETE FROM `Profiles` WHERE `ID` = '{$ID}'" ); 1056 1056
Note: See TracChangeset
for help on using the changeset viewer.