Przeglądaj źródła

Fixed a typo in results/index.php

adolfintel 7 lat temu
rodzic
commit
1c80530805
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      results/index.php

+ 1 - 1
results/index.php

@@ -90,7 +90,7 @@ if($db_type=="mysql"){
 }else die();
 }else die();
 
 
 $ispinfo=json_decode($ispinfo,true)["processedString"];
 $ispinfo=json_decode($ispinfo,true)["processedString"];
-$dash=strrpos($ispinfo,"-");
+$dash=strpos($ispinfo,"-");
 if(!($dash===FALSE)){
 if(!($dash===FALSE)){
 	$ispinfo=substr($ispinfo,$dash+2);
 	$ispinfo=substr($ispinfo,$dash+2);
 	$par=strrpos($ispinfo,"(");
 	$par=strrpos($ispinfo,"(");