Sfoglia il codice sorgente

Clear memcache as needed.

Mark Crane 12 anni fa
parent
commit
7a6e6e9ced
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      includes/classes/switch_directory.php

+ 3 - 3
includes/classes/switch_directory.php

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