mirror of
				https://github.com/Mibew/java.git
				synced 2025-10-31 18:41:09 +03:00 
			
		
		
		
	Fix bug at /operator/blocked.php page
This commit is contained in:
		
							parent
							
								
									630bf80f07
								
							
						
					
					
						commit
						30b056108f
					
				| @ -45,7 +45,7 @@ if (isset($_GET['act']) && $_GET['act'] == 'del') { | ||||
| $blockedList = $db->query( | ||||
| 	"select banid, dtmtill as till,address,comment from {chatban}", | ||||
| 	NULL, | ||||
| 	array('return_rows' => Database::RETURN_ONE_ROW) | ||||
| 	array('return_rows' => Database::RETURN_ALL_ROWS) | ||||
| ); | ||||
| 
 | ||||
| setup_pagination($blockedList); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user