diff options
| author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-09 18:24:19 +0000 | 
|---|---|---|
| committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-09 18:24:19 +0000 | 
| commit | f19ec24569d0d8e8945393b6dce1a3802ad82174 (patch) | |
| tree | e81905bec5449814b74dcc88591ae01b18915454 | |
| parent | 975df00c40b781ebc4db126fc7edad84f2bb8685 (diff) | |
| download | elgg-f19ec24569d0d8e8945393b6dce1a3802ad82174.tar.gz elgg-f19ec24569d0d8e8945393b6dce1a3802ad82174.tar.bz2  | |
Blocking some information from export, closes #130
git-svn-id: https://code.elgg.org/elgg/trunk@1380 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | engine/lib/entities.php | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 2121429ac..c3ee3ddcb 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -546,6 +546,11 @@  					case 'tables_split' :	// We don't want to export the internal counter variables.  					case 'tables_loaded' :  // Or this one +						 +					case 'enabled' :		// Useless to an importer +						 +					case 'email' : +					case 'password' : 		// Definitely don't want these two  					break;  					case 'time_created' :	// Created = published  | 
