X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fcalendar%2Fcalendar_data.php;h=e281dc847d42842e8bcab8ba0c3364ebb9a61f67;hb=ae5dddc065f9501f267c4edaf68a066835da915f;hp=3d6fe0afb8bddf01119a6325f61dc016abdcff9f;hpb=f1d482ae999183d90b9a81e2d8e26397451799d7;p=squirrelmail.git diff --git a/plugins/calendar/calendar_data.php b/plugins/calendar/calendar_data.php index 3d6fe0af..e281dc84 100644 --- a/plugins/calendar/calendar_data.php +++ b/plugins/calendar/calendar_data.php @@ -3,7 +3,7 @@ /** * functions to operate on calendar data files. * - * @copyright © 2002-2006 The SquirrelMail Project Team + * @copyright 2002-2011 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -116,7 +116,7 @@ function writecalendardata() { $calstr = "$calfoo[key]|$calbar[key]|$calfoobar[length]|$calfoobar[priority]|$calfoobar[title]|$calfoobar[message]|$calfoobar[reminder]\n"; if(sq_fwrite($fp, $calstr, 4096) === FALSE) { - error_box(_("Could not write calendar file %s", "$username.$year.cal.tmp"), $color); + error_box(_("Could not write calendar file %s", "$username.$year.cal.tmp")); } } @@ -181,5 +181,3 @@ function update_event($date, $time) { fclose ($fp); } } - -?> \ No newline at end of file