Pridana podpora generovani a cteni carovych kodu
[mirrors/SokoMan.git] / assistants / go.inc.php
index a0521018779d4b40a6f16f64ecce26936e1ff313..8b09bb609310a29b44ffd1751e4571603c8989ae 100644 (file)
@@ -3,5 +3,5 @@ if(!isset($_GET['q'])) $this->post_redirect_get('',"This assistant shouldn't be
 $id=$_GET['q'];
 $barcode_prefix_regexp = '/^'.preg_replace('/\//', '\/', BARCODE_PREFIX).'/';
 if(preg_match($barcode_prefix_regexp, $id)) $id=preg_replace($barcode_prefix_regexp, '', $id);
-if(preg_match('/\//', $id)) $this->post_redirect_get($id);
+if(preg_match('/\//', $id)) $this->post_redirect_get(strtolower($id));
        else $this->post_redirect_get('?q='.urlencode($id));
This page took 0.090572 seconds and 4 git commands to generate.