Roberto Spadim - 2013-08-15

at qrsplit.php, commented this lines, and it works! please put this as a default feature...


...

public static function splitStringToQRinput($string, QRinput $input, $modeHint, $casesensitive = true)
{
#if(is_null($string) || $string == '\0' || $string == '') {
# throw new Exception('empty string!!!');
#}

...