Bug

Support and feedback for UniUploader
UniUploader requires microsoft .net runtimes!

Bug

Postby Zajsoft » Wed Jan 10, 2007 2:08 am

If is in Addon name used space then is trimed to first word.

Code: Select all
            string[] checkedItemInfo = checkedItem.Split(' ');


Solution is maybe as check checkedItem as substring in availableAddons to get real name.

I make for now workaround in UA interface.php to replace spaces to _ then is not problem with space as delimiter. But this bug is in UU and not in UA.

Code: Select all
//Workaround due to bad name separation in UU 2.5.0
                        //$name = addslashes($row['name']);
                        $name = strtr(addslashes($row['name']), " ", "_");
Zajsoft
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Fri Dec 01, 2006 11:00 am
Location: Prague, Czech Republic

Bug

Postby MattM » Wed Jan 10, 2007 10:27 am

thanks! ill try to fix this for the next version!
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA


Return to UniUploader

Who is online

Users browsing this forum: No registered users and 0 guests

cron