remove class_exists wrapper for class definitions
This commit is contained in:
parent
b270a27299
commit
0534033cdd
|
|
@ -25,7 +25,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//define the phrases class
|
//define the phrases class
|
||||||
if (!class_exists('phrases')) {
|
|
||||||
class phrases {
|
class phrases {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -431,6 +430,3 @@ if (!class_exists('phrases')) {
|
||||||
} //method
|
} //method
|
||||||
|
|
||||||
} //class
|
} //class
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
Loading…
Reference in New Issue