mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	new method version() which just returns the version number
This commit is contained in:
		
							parent
							
								
									447a89ff53
								
							
						
					
					
						commit
						2f5d9fd5a1
					
				|  | @ -27,6 +27,10 @@ class SeedDMS_Version { | |||
| 		return; | ||||
| 	} | ||||
| 
 | ||||
| 	function version() { | ||||
| 		return $this->_number; | ||||
| 	} | ||||
| 
 | ||||
| 	function banner() { | ||||
| 		return $this->_string .", ". $this->_number; | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann