This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by anon
Sun Dec 09, 2007 9:41 pm
Forum: Scripting Help
Topic: Two scripts work seperately but not together
Replies: 4
Views: 3897

Maybe try namespace ? Creating a namespace around each existing script produced the same results. EDIT: I have simplified it as much as possible and this still won't trigger both. Only the last one. Both putlogs are outputted so it is going though all of it. bind pub - !FIX fix::fix_proc bind pub -...
by anon
Sun Dec 09, 2007 3:53 pm
Forum: Scripting Help
Topic: Two scripts work seperately but not together
Replies: 4
Views: 3897

Two scripts work seperately but not together

I have these two scripts, both work fine when only 1 is loaded. When both are loaded only the last one loaded works. Any ideas? pre.tcl package require mysqltcl set db_handle [mysqlconnect -host localhost -user root -password pass -db pre] bind pub - !NEW pre_proc set _version 0.2 proc insert {secti...