From ab0f462599b0fcbc01e9d4e96c8feed01f949295 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 11 May 2006 04:18:22 +0000 Subject: [PATCH] r820: Need to change the field names --- docs/update_history.php | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/update_history.php b/docs/update_history.php index 3636599..f430944 100644 --- a/docs/update_history.php +++ b/docs/update_history.php @@ -37,6 +37,7 @@ while ($log = $db->fetch_array($history)) { $db->query("UPDATE " . TABLE_PREFIX . "history SET $array = {$matches[1]} WHERE historyid = $log[historyid]"); } + $db->query("UPDATE " . TABLE_PREFIX . "history SET field = '.{$log['field']}' WHERE historyid = $log[historyid]"); } } } -- 2.43.5