diff options
-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 |