From 604d27ea8d53ee5f083019f3545af03caf8ab088 Mon Sep 17 00:00:00 2001 From: arensb Date: Wed, 30 Oct 2002 14:00:23 +0000 Subject: [PATCH] (bug fix): Fixed typo. --- updater/updatedatabase | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index cf636aad2f..0721210b69 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -187,7 +187,7 @@ my %requiretables=( authorised_value char(80) NOT NULL default '', PRIMARY KEY (id), KEY name (category) - )"; + )", ); @@ -421,6 +421,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.24 2002/10/30 14:00:23 arensb +# (bug fix): Fixed typo. +# # Revision 1.23 2002/10/25 10:55:46 tipaul # Road to 1.3.2 # * bugfixes and improvements -- 2.39.2