mirror of
				https://github.com/Mibew/mibew.git
				synced 2025-11-04 12:25:11 +03:00 
			
		
		
		
	comments correction
This commit is contained in:
		
							parent
							
								
									a89a076db9
								
							
						
					
					
						commit
						540b9aab74
					
				@ -47,7 +47,7 @@ function load_canned_messages($locale, $group_id)
 | 
				
			|||||||
/**
 | 
					/**
 | 
				
			||||||
 * Get information about first existing canned message from database
 | 
					 * Get information about first existing canned message from database
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @param integer $key ID of canned message wich will be returned
 | 
					 * @param integer $key ID of canned message witch will be returned
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @return null|array It is canned message structure. contains (vctitle string, vcvalue string)
 | 
					 * @return null|array It is canned message structure. contains (vctitle string, vcvalue string)
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@ -66,7 +66,7 @@ function load_canned_message($key)
 | 
				
			|||||||
/**
 | 
					/**
 | 
				
			||||||
 * Updates information about existing canned message in database
 | 
					 * Updates information about existing canned message in database
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @param integer $key id of canned message wich must be update
 | 
					 * @param integer $key id of canned message witch must be update
 | 
				
			||||||
 * @param string $title new title for this canned message
 | 
					 * @param string $title new title for this canned message
 | 
				
			||||||
 * @param string $message new message for this canned message
 | 
					 * @param string $message new message for this canned message
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user