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
 



   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.7196s (PHP: 3% SQL: 97%)
SQL queries: 48 - Debug Off - GZIP Enabled