/**
* A class that implements the Slony 1.0.x support plugin
*
- * $Id: Slony.php,v 1.3 2005/06/22 14:21:08 chriskl Exp $
+ * $Id: Slony.php,v 1.4 2005/06/22 15:03:59 chriskl Exp $
*/
include_once('./classes/plugins/Plugin.php');
*/
function isEnabled() {
// Access cache
- if ($this->enabled !== null) return $enabled;
+ if ($this->enabled !== null) return $this->enabled;
else $this->enabled = false;
global $data;