Merge pull request #8347 from frederic34/patch-7

Update ticketsup index.php
This commit is contained in:
Laurent Destailleur 2018-03-11 18:19:22 +01:00 committed by GitHub
commit 33dda6c9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 20 deletions

View File

@ -1,19 +0,0 @@
# Generated binaries
/build/*.zip
# Doxygen generated documentation
/build/doxygen/doxygen_warnings.log
/doc/code/doxygen
# Composer managed dependencies
/vendor/
/dev/bin
# PHPdocumentor generated files
/build/phpdoc
/doc/code/phpdoc
# Sphinx generated files
/doc/user/build
/.settings/
/.buildpath
/.project
/test/report
# PhpStorm generated files
/.idea/

View File

@ -347,7 +347,7 @@ if ($result) {
$db->free();
} else {
print '<tr><td colspan="5"><div class="info">' . $langs->trans('NoTicketsFound') . '</div></td></tr>';
print '<tr><td colspan="6"><div class="info">' . $langs->trans('NoTicketsFound') . '</div></td></tr>';
}
print "</table>";