Remove unused tables

This commit is contained in:
Jonathan Ernst
2005-01-29 17:19:19 +00:00
committed by WineHQ
parent 805dab06ac
commit e8ec89374b
3 changed files with 0 additions and 48 deletions

View File

@@ -66,10 +66,6 @@ function hasDataAssociated($iUserId)
$hResult = query_appdb($sQuery);
if(mysql_num_rows($hResult)) return true;
$sQuery = "SELECT * FROM appOwners WHERE ownerId = $iUserId";
$hResult = query_appdb($sQuery);
if(mysql_num_rows($hResult)) return true;
$sQuery = "SELECT * FROM appVotes WHERE userId = $iUserId";
$hResult = query_appdb($sQuery);
if(mysql_num_rows($hResult)) return true;