-
Fixed and committed to CVS:
Checking in dbmodify.php;
/cvsroot/owl/owl-0.90/dbmodify.php,v
2009-11-02 19:53:55 UTC in Owl Intranet Knowledgebase
-
b0zz committed patchset 759 of module owl-0.90 to the Owl Intranet Knowledgebase CVS repository, changing 1 files.
2009-11-02 19:52:49 UTC in Owl Intranet Knowledgebase
-
I believe this is already fixed in owl 1.00a Here is my function:
owl.lib.php
function pclzip_convert_filename_cb($p_event, &$p_header)
{
global $default;
if ($p_event == PCLZIP_CB_PRE_EXTRACT)
{
// contributed code $p_header['filename'] = iconv("IBM437", "UTF-8", $p_header['filename']);
$p_header['filename'] = iconv($default->extract_convert_from_charset...
2009-11-02 16:19:15 UTC in Owl Intranet Knowledgebase
-
Additionally need this:
Checking in dbmodify.php;
/cvsroot/owl/owl-0.90/dbmodify.php,v
2009-10-30 10:37:18 UTC in Owl Intranet Knowledgebase
-
b0zz committed patchset 758 of module owl-0.90 to the Owl Intranet Knowledgebase CVS repository, changing 1 files.
2009-10-30 10:36:25 UTC in Owl Intranet Knowledgebase
-
Hmm,
I wonder why it doesn't work in your case.
Would be interesting to take a look at your install, and do a bit of debugging out side your business hours.
Let me know if that is possible.
B0zz.
2009-10-28 17:44:40 UTC in Owl Intranet Knowledgebase
-
Fixed in 1.00
Thanks,
B0zz.
2009-10-28 13:46:43 UTC in Owl Intranet Knowledgebase
-
Try this version of owl.lib.php
Checking in lib/owl.lib.php;
/cvsroot/owl/owl-0.90/lib/owl.lib.php,v
2009-10-28 02:27:11 UTC in Owl Intranet Knowledgebase
-
b0zz committed patchset 757 of module owl-0.90 to the Owl Intranet Knowledgebase CVS repository, changing 1 files.
2009-10-28 02:25:45 UTC in Owl Intranet Knowledgebase
-
b0zz committed patchset 756 of module owl-0.90 to the Owl Intranet Knowledgebase CVS repository, changing 1 files.
2009-10-15 00:52:43 UTC in Owl Intranet Knowledgebase