Icy Phoenix

     
 

Functions_users_delete.php

Category: PHP
Version Icy Phoenix 2.0 (PHP 5.x - MySQL 5.x)
Description
DWho
Sat 22 Sep, 2012 15:17
Double code for deleting sudoku queries in functions_users_delete.php


Code: [Hide] [Select]
$sql = "DELETE FROM " . SUDOKU_STATS . " WHERE user_id = " . $user_id;
$db->sql_query($sql);

$sql = "DELETE FROM " . SUDOKU_USERS . " WHERE user_id = " . $user_id;
$db->sql_query($sql);
Reply
Mighty Gorgon
Sat 12 Jan, 2013 22:00
Tables are different.
Details Assigned To: Mighty Gorgon
Priority: Very Low
Status: Not A Bug
Fixed: Yes
 




 

  cron