From 6e6e2d236e0ec3991668ff0686544af54c8b1f02 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 20 Dec 2012 09:34:41 -0500 Subject: [PATCH] Comment referred to an old script --- libraries/tbl_properties.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php index 67e45a26d1..b15205bc18 100644 --- a/libraries/tbl_properties.inc.php +++ b/libraries/tbl_properties.inc.php @@ -116,8 +116,8 @@ $header_cells[] = __('Attributes'); $header_cells[] = __('Null'); // We could remove this 'if' and let the key information be shown and -// editable. However, for this to work, tbl_alter must be modified to use the -// key fields, as tbl_addfield does. +// editable. However, for this to work, structure.lib.php must be modified +// to use the key fields, as tbl_addfield does. if (! $is_backup) { $header_cells[] = __('Index');