--- trunk/lib/App/RoomReservation/Email.pm 2009/07/02 17:59:56 1164 +++ trunk/lib/App/RoomReservation/Email.pm 2009/07/02 18:28:17 1165 @@ -16,7 +16,7 @@ $sth->execute($email); - die "can't find registered user with e-mail $email" unless $sth->rows == 1; + die qq|Can't find registered user with e-mail $email| unless $sth->rows == 1; my ($ime,$prezime) = $sth->fetchrow_array; my $to = qq{"$ime $prezime" <$email>};