Gossamer Forum
Home : Products : DBMan : Customization :

company name instead of id after delete

Quote Reply
company name instead of id after delete
Hello all,



How can i show company name instead of id

after delete records?

At the delete success shows for example '125,113'.

( how shift works? my $message = shift;)
Quote Reply
Re: [tilmes] company name instead of id after delete In reply to
Hi,

Yes you can. Just make a small change the delete_records function in the db.cgi.

BTW, shift will pop the first item of an array out and remove that item from this array

hope this helps :)

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] company name instead of id after delete In reply to
>>
shift will pop
<<

Hehe irony :)