فهرست منبع

Fixed a typo in results/index.php

adolfintel 7 سال پیش
والد
کامیت
c0f99fb89b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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,"(");