From d413153cf59b431ccbab7d7a3f1da12c296700a4 Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Sat, 20 May 2017 07:36:10 -0300 Subject: [PATCH] v1.0.6 FixFixFix - Update Readme --- barcode.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/barcode.php b/barcode.php index aa4b5c0..a4cc76a 100755 --- a/barcode.php +++ b/barcode.php @@ -92,16 +92,16 @@ function hexToRgb($hex) { /////////////////// PRINT HELP function getVersionString($suffix='') { - return "PHP-CLI Barcode v"._BC_VERSION.$suffix; + return "PHP-CLI Barcode v"._BC_VERSION.$suffix; } function printVersion($suffix='') { - echo getVersionString($suffix)."\n"; + echo getVersionString($suffix)."\n"; } // prints help information function print_help($getopt) { - printVersion(); + printVersion(); global $encodings_list; global $formats_list;