From 03891ebcfafe95521862674a8324c1691c3cd72f Mon Sep 17 00:00:00 2001 From: neen Date: Thu, 9 Apr 2009 17:46:11 -0700 Subject: [PATCH] * Fixed a bug with the Default DID plugin [#20 state:resolved] --- plugins/voip_did/DEFAULT.php | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/voip_did/DEFAULT.php b/plugins/voip_did/DEFAULT.php index a00722d6..ecdb7f9f 100644 --- a/plugins/voip_did/DEFAULT.php +++ b/plugins/voip_did/DEFAULT.php @@ -16,7 +16,6 @@ class plgn_voip_did_DEFAULT var $plugin; // The plugin name var $reserve=24; // Number of hours reserved var $name='DEFAULT'; // Plugin name - var $release_minutes; // From the plugin settings var $avail_countries; // Available countries array /** Get the plugin settings from the database */