Skip to content

Commit

Permalink
Get the molregno's from the molecule_ditionary, which has more conten…
Browse files Browse the repository at this point in the history
…t thatn compounds_records
  • Loading branch information
egonw committed Aug 9, 2012
1 parent 8a37d6a commit a865ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compounds.php
Expand Up @@ -11,7 +11,7 @@
# echo "<!-- Database was selected! -->\n";

$allIDs = mysql_query(
"SELECT DISTINCT molregno FROM compound_records " . $limit
"SELECT DISTINCT molregno FROM molecule_dictionary " . $limit
);

$num = mysql_numrows($allIDs);
Expand Down

0 comments on commit a865ee0

Please sign in to comment.