Skip to content

Commit

Permalink
Undo temp selection of a single target
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed May 1, 2012
1 parent 0f554da commit b3e8037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets.php
Expand Up @@ -12,7 +12,7 @@
mysql_select_db($db) or die(mysql_error());
# echo "<!-- Database was selected! -->\n";

$allIDs = mysql_query("SELECT DISTINCT * FROM target_dictionary where tid = 22226" . $limit);
$allIDs = mysql_query("SELECT DISTINCT * FROM target_dictionary" . $limit);

$num = mysql_numrows($allIDs);

Expand Down

0 comments on commit b3e8037

Please sign in to comment.