Skip to content

Commit

Permalink
Increase max tag number to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin BERNARD committed Feb 27, 2020
1 parent fe52f2b commit 457a3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function query_mugshot_groups() {
* Queries all tags in database
*/
function defined_tags() {
$sql = 'SELECT name FROM ' . TAGS_TABLE . ' ORDER BY lastmodified ASC LIMIT 100;';
$sql = 'SELECT name FROM ' . TAGS_TABLE . ' ORDER BY lastmodified ASC LIMIT 500;';

$x = fetch_sql($sql, 'name', false);

Expand Down

0 comments on commit 457a3fb

Please sign in to comment.