Adding a few more comments to the code

This commit is contained in:
Tom Slominski
2015-03-22 18:54:19 +00:00
parent c87279b690
commit a39920e0ac
2 changed files with 3 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ $encoded_title = urlencode($title);
// QR code shenanigans
if ( ISQ::$general['qr'] ) {
// PHP QR Code is LGPL licensed
include('public/phpqrcode/qrlib.php');
$qrContainerId = 'url-qr-code';