I attempted to change the new ticket script, specifically I added:

  if {[info exists submit]} {
...
     query {SELECT info AS xinfo from user WHERE login = user()} {
       if {$seenRow} {
         set private_contact xinfo
       }
     }
....

I get following error while creating new ticket :
ERROR: SQL error: access to table "user" is restricted
error code 23: access to user.info is prohibited

How can I resolve this?

Also where can I find documentation for TH1
Like what is $seenRow? I can only guess it means a row count or something.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to