You are here

function barcode_qrcode_max_length in Barcode 7.2

File

plugins/qrcode.inc, line 38
Barcode plugin QR Code: get the QR code from Google Graphic API

Code

function barcode_qrcode_max_length($encoding) {
  return 8192;
}