Update functions.php
This commit is contained in:
parent
ca3ed6d268
commit
1d0d515e84
|
@ -341,12 +341,6 @@ function deactivatePlugin($pluginClassName) {
|
|||
return false;
|
||||
}
|
||||
|
||||
function printDebug($array) {
|
||||
echo '<pre>';
|
||||
var_dump($array);
|
||||
echo '</pre>';
|
||||
}
|
||||
|
||||
function createPage($args) {
|
||||
global $dbPages;
|
||||
global $Syslog;
|
||||
|
|
Loading…
Reference in New Issue