**nod** tried that one, and that's what it came up with, inserting whatever was put down there instead of what it should have been.
+----------------------------------------------------+ + TJW: Head Tech, designer: Dreamless Realms Mud + + Mud : http://drealms.kyndig.com + + Telnet: drealms.kyndig.com port 9275 + + OLC Docs: http://olc.kyndig.com + +----------------------------------------------------+ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dominic J. Eidson Sent: Saturday, June 15, 2002 11:30 AM To: Tom Whiting Cc: 'Jason Gauthier'; [email protected] Subject: RE: hmm On Wed, 12 Jun 2002, Tom Whiting wrote: > char * cmd_func_name( DO_FUN *command ) > { > int cmd; > > for ( cmd = 0; cmd_list[cmd].name; cmd++ ) - if ( cmd_list[cmd].funcion == command ) + if ( cmd_list[cmd].function == command ) > return cmd_list[cmd].name; > - return ""; + return "broken"; > } > still returning null in the query. > executing: INSERT into commands 'at','','0',211,',0','A','0',0,'A' See if it inserts 'broken' instead of '' ... -- Dominic J. Eidson "Baruk Khazad! Khazad ai-menu!" - Gimli ------------------------------------------------------------------------ ------- http://www.the-infinite.org/ http://www.the-infinite.org/~dominic/ -- ROM mailing list [email protected] http://www.rom.org/cgi-bin/mailman/listinfo/rom

