X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=cgi-files%2FModules%2FDatabase%2FMySQL5.pm;h=80bc32322b6c7695e7e8ab3b7d13404c262a7a89;hp=945704a2fc187619119f5b02c6de9a6b436dae1f;hb=f4287e42a5e96cffe70d84a3c659d5be3eab46d5;hpb=3e78afd7e1c45eebc7f856b40b624e1f0db85164 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;