Clear memcache as needed.

This commit is contained in:
Mark Crane
2013-01-16 00:26:48 +00:00
parent 6cc270827f
commit 751b1c721c
40 changed files with 404 additions and 131 deletions

View File

@@ -386,13 +386,13 @@ include "root.php";
function generate_xml($single=1){
//switch_account_code!! How should we be passing this??
if ($this->enabled== "false" || !$this->enabled) {
return false;//This the best way??
}
$this->vm_password = str_replace("#", "", $this->vm_password); //preserves leading zeros//**Generic Validation!
/*if(!in_array($this->vm_enabled,array("false","true"))) {//**Generic Validation!
$this->vm_enabled = "true";
}