master
Squidly271 2023-10-08 12:22:57 -04:00
parent 404b7499c4
commit eb6fc445e1
3 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
2c2a1b7d148fe51ee38813d1a0e71589 ./ca_settings.page
01ed7990078dee7cecfeda9a4e49377e ./default.cfg
08d934821777b8383f477b9e742c5363 ./include/exec.php
06e6f49f82df8bf88c615c65c4b6b13d ./include/helpers.php
9c5d27c11d91a40c2fd690cc98c45a45 ./include/helpers.php
343e1d26129551fc142b09b5d6e10503 ./include/paths.php
7234caf6800479df03abb222aaedaca5 ./javascript/libraries.js
71f911a818d88d3d567f8a2898094ee2 ./README.md

View File

@ -505,6 +505,7 @@ function categoryList($cat,$popUp = false) {
# Trims the language author list #
##################################
function languageAuthorList($authors) {
$newAuthor = "";
$allAuthors = explode(",",$authors);
if ( count($allAuthors) > 3 ) {
$newAuthors = array_slice($allAuthors,0,2);