small fixes for calendar error msgs.

This commit is contained in:
skeeter 2001-03-31 14:37:32 +00:00
parent 3444e0f725
commit 18cea66193

View File

@ -1181,11 +1181,11 @@
. '<br>' . lang('On *nix systems please type: x','chmod 770 '
. $phpgw_info['server']['files_dir'] . '/groups/');
break;
case 40: $s .= lang('You have not entered a\nBrief Description').'.';
case 40: $s .= lang("You have not entered a\nBrief Description").'.';
break;
case 41: $s .= lang('You have not entered a\nvalid time of day.');
case 41: $s .= lang("You have not entered a\nvalid time of day.");
break;
case 42: $s .= lang('You have not entered a\nvalid date.');
case 42: $s .= lang("You have not entered a\nvalid date.");
break;
default: return '';
}