X-Git-Url: https://git.rvb.name/mpd-web.git/blobdiff_plain/585224f5dbe2565ed04c97b054e8d8354c21dc5e..75e2078309389c03d7baa25c2f597b4b42367894:/system/mpd_class.php diff --git a/system/mpd_class.php b/system/mpd_class.php index 38769e3..5cbf0fa 100644 --- a/system/mpd_class.php +++ b/system/mpd_class.php @@ -106,7 +106,7 @@ class mpd { // Misc Other Vars var $mpd_class_version = "1.2"; - var $debugging = FALSE; // Set to TRUE to turn extended debugging on. + var $debugging = TRUE; // Set to TRUE to turn extended debugging on. var $errStr = ""; // Used for maintaining information about the last error message var $command_queue; // The list of commands for bulk command sending