Explorar el Código

Fixed a typo in results/index.php

adolfintel hace 7 años
padre
commit
c0f99fb89b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Frontend/results/index.php

+ 1 - 1
Frontend/results/index.php

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