remove class_exists wrapper for class definitions
This commit is contained in:
parent
0534033cdd
commit
a6bf81ac7e
|
|
@ -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();
|
||||
*/
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue