From 28eeae8ad755ccd42a4174b0d891d488bbb003b1 Mon Sep 17 00:00:00 2001 From: jengo Date: Sun, 12 Nov 2000 10:43:57 +0000 Subject: [PATCH] Just added a few notes --- admin/deleteaccount.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/deleteaccount.php b/admin/deleteaccount.php index 4a7fddb467..6954233070 100755 --- a/admin/deleteaccount.php +++ b/admin/deleteaccount.php @@ -24,6 +24,8 @@ // I didn't active this code until all tables are up to date using the owner field // The calendar isn't update to date. (jengo) + // NOTE: This is so I don't forget, add a double explode() to the app_tables field + // to say what the name of the owner field is. function delete_users_records($account_id, $permissions) { global $phpgw;