NetTalk Central

Author Topic: Bug in the NetWebYear - "User must belogged in"  (Read 2695 times)

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 431
    • View Profile
    • Email
Bug in the NetWebYear - "User must belogged in"
« on: May 20, 2012, 11:17:26 PM »
Hi Bruce

I get this error when compiling: Cannot RETURN value from procedure.

"User must belogged in" = TRUE

I think it's because of this:
 If p_web.GetSessionLoggedIn() = 0
    Return -1
  End

Regards Niels

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Bug in the NetWebYear - "User must belogged in"
« Reply #1 on: May 21, 2012, 01:54:41 AM »
This was fixed in a recent build Niels.

cheers
Bruce

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 431
    • View Profile
    • Email
Re: Bug in the NetWebYear - "User must belogged in"
« Reply #2 on: May 21, 2012, 03:01:40 AM »
 :-[