rajven 2 yıl önce
ebeveyn
işleme
69e1d32714
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      html/inc/common.php

+ 1 - 1
html/inc/common.php

@@ -3158,7 +3158,7 @@ print "</select>\n";
 function print_navigation($url,$page,$displayed,$count_records,$total) {
 if ($total<=1) { return; }
 $v_char="?";
-if (preg_match('/?/', $url)) { $v_char="&"; }
+if (preg_match('/\.php\?/', $url)) { $v_char="&"; }
 #две назад
     print "<div align=left class=records >";
     if(($page-2)>0):