From dc026623b14ff83571c0b4a1a6883f8d440deeb8 Mon Sep 17 00:00:00 2001 From: bweschke Date: Wed, 3 May 2006 22:53:38 +0000 Subject: Fix "o'clock" from being said twice in French. #6900 (casper) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24640 f38db490-d61c-443f-a65b-d21fe96a405b --- say.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'say.c') diff --git a/say.c b/say.c index 8cc1f5809..d50bb11b9 100644 --- a/say.c +++ b/say.c @@ -4082,11 +4082,6 @@ int ast_say_date_with_format_fr(struct ast_channel *chan, time_t time, const cha case 'k': /* 24-Hour */ res = ast_say_number(chan, tm.tm_hour, ints, lang, (char * ) NULL); - if (!res) { - if (format[offset] == 'H') { - res = wait_file(chan,ints, "digits/oclock",lang); - } - } if (!res) res = wait_file(chan,ints, "digits/oclock",lang); break; -- cgit v1.2.3