|
@@ -22,6 +22,7 @@
|
|
|
|
|
|
Contributor(s):
|
|
Contributor(s):
|
|
Mark J Crane <[email protected]>
|
|
Mark J Crane <[email protected]>
|
|
|
|
+ Luis Daniel Lucio Quiroz <[email protected]>
|
|
*/
|
|
*/
|
|
|
|
|
|
if (!function_exists('software_version')) {
|
|
if (!function_exists('software_version')) {
|
|
@@ -30,6 +31,12 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if (!function_exists('version')) {
|
|
|
|
+ function version() {
|
|
|
|
+ return software_version();
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
if (!function_exists('check_float')) {
|
|
if (!function_exists('check_float')) {
|
|
function check_float($string) {
|
|
function check_float($string) {
|
|
$string = str_replace(",",".",$string);
|
|
$string = str_replace(",",".",$string);
|