Update functions.php

This commit is contained in:
Diego Najar 2018-01-16 14:16:33 +01:00 committed by GitHub
parent ca3ed6d268
commit 1d0d515e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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;