2009/2/27 Pascal Georges <[email protected]>: > Hi Mikhail, > > There is a bug in photo display : when the name or firstname is composed of > more than one word, the photo is not displayed (for example Fischer, Robert > James). > Could you have a look at this ? > > Pascal
Confirm. It was my mistake. 1) In spf2spi.tcl in trimString proc line set player [string replace $data $strindex $strindex] should be replaced by set data [string replace $data $strindex $strindex] 2) In main.tcl in trimString proc line set player [string replace $data $strindex $strindex] should be replaced by set data [string replace $data $strindex $strindex] all spi files should be regenerated. Mikhail Kalenkov. PS Sorry. I should write my code more carefully. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Scid-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scid-users
