X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=cgi-files%2FModules%2FDatabase%2FMySQL5.pm;h=80bc32322b6c7695e7e8ab3b7d13404c262a7a89;hb=f4287e42a5e96cffe70d84a3c659d5be3eab46d5;hp=945704a2fc187619119f5b02c6de9a6b436dae1f;hpb=c72938e207f71a44f0661a1e0c335123f3f404e4;p=kiriwrite%2F.git diff --git a/cgi-files/Modules/Database/MySQL5.pm b/cgi-files/Modules/Database/MySQL5.pm index 945704a..80bc323 100644 --- a/cgi-files/Modules/Database/MySQL5.pm +++ b/cgi-files/Modules/Database/MySQL5.pm @@ -2423,11 +2423,11 @@ sub addfilter{ } - # Check if there were any filters in the filters database. + # Check if there were any filters in the filter database. if (!$filter_count && !$new_id){ - # There were no filters in the filters database so set + # There were no filters in the filter database so set # the new filter identification value to 1. $new_id = 1;