Gossamer Forum
Home : Products : DBMan SQL : Discussion :

What would cause this?

Quote Reply
What would cause this?
I have created a new sub routine in html.pl called "need_renewal" and I have added the following to the sub main:

Code:
elsif ($in{'need_renewal'}) { if ($per_admin) { &need_renewal; } else { &html_unauth; } }

I have also added a link to it in the sub html_footer.
When I click on the link I get the following error:

Quote:
The database program received a command that it did not understand.

Any ideas on what to look for in resolving this problem?

Thanks !
--------------------
donm

Quote Reply
Re: [donm] What would cause this? In reply to
What are the link codes you added in the sub html_footer routine...would help.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Heckler] What would cause this? In reply to
I got it - stupid bonehead mistake in the coding.

---------------------------
donm
Quote Reply
Re: [donm] What would cause this? In reply to
Welp, glad you figured it out.
========================================
Buh Bye!

Cheers,
Me