Преглед на файлове

Update sql_query_result.php

FusionPBX преди 8 години
родител
ревизия
39620be9f3
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      sql_query_result.php

+ 0 - 1
sql_query_result.php

@@ -124,7 +124,6 @@ if (count($_POST)>0) {
 		if ($table_name != '') { $sql_array[] = "select * from ".$table_name; }
 		$show_query = (sizeof($sql_array) > 1) ? true : false;
 
-		reset($sql_array);
 		if (is_array($sql_array)) foreach($sql_array as $sql_index => $sql) {
 			$sql = trim($sql);