Skip to content

Commit

Permalink
Merge pull request #1 from MarinBernard/master
Browse files Browse the repository at this point in the history
Increase max tag number to 500
  • Loading branch information
SvenErik1968 committed Jul 28, 2020
2 parents 0c8dbf9 + 457a3fb commit bd72a20
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 bd72a20

Please sign in to comment.