remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:14:04 -03:00
parent 0534033cdd
commit a6bf81ac7e
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@
*/
//define the number translations class
if (!class_exists('number_translations')) {
class number_translations {
/**
@ -414,11 +413,8 @@ if (!class_exists('number_translations')) {
} //method
} //class
}
/*
$obj = new number_translations;
$obj->delete();
*/
?>