Results 1 to 2 of 2

Thread: empty date

  1. #1
    alfonso_ce is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    21

    Thumbs down empty date in invitation message

    I use sugarcrm 4.2.1b on suse linux. When I send invitation to a meeting: If the receiver is a user it have a correctd date in the mail, if he is a contact , it receive an empty date and time! Why??
    Last edited by alfonso_ce; 2006-08-29 at 07:22 AM.

  2. #2
    alfonso_ce is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    21

    Default Re: empty date

    If I change this line in Meeting.php file:

    from

    $prefDate = User::getUserDateTimePreferences($meeting->current_notify_user);

    to
    $prefDate = User::getUserDateTimePreferences($current_user);

    It works.

    The problems seems becouse the contanct don't have a UserDateTimePreferences. It is a bugs? none have the same problem?
    Last edited by alfonso_ce; 2006-08-28 at 05:03 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •