You are here

function barcode_upce_max_length in Barcode 7.2

Same name and namespace in other branches
  1. 6.2 plugins/upce.inc \barcode_upce_max_length()

@file Barcode plugin UPC-E: Short version of UPC symbol, 6 characters

File

plugins/upce.inc, line 9
Barcode plugin UPC-E: Short version of UPC symbol, 6 characters

Code

function barcode_upce_max_length($encoding) {
  return 6;
}