mirror of
				https://github.com/Mibew/tray.git
				synced 2025-10-03 00:03:34 +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( | $blockedList = $db->query( | ||||||
| 	"select banid, dtmtill as till,address,comment from {chatban}", | 	"select banid, dtmtill as till,address,comment from {chatban}", | ||||||
| 	NULL, | 	NULL, | ||||||
| 	array('return_rows' => Database::RETURN_ONE_ROW) | 	array('return_rows' => Database::RETURN_ALL_ROWS) | ||||||
| ); | ); | ||||||
| 
 | 
 | ||||||
| setup_pagination($blockedList); | setup_pagination($blockedList); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user