Page 1 of 1

[resolved] small typo in include/admin/import.inc.php (+fix)

Posted: Mon Oct 24, 2005 10:20 pm
by badblock
Hi,

there is a small typo (missing semicolon) in include/admin/import.inc.php, here comes the cure (diff -u)

Code: Select all

--- import.inc.php.orig 2005-10-24 22:14:05.000000000 +0200
+++ import.inc.php      2005-10-24 22:14:17.000000000 +0200
@@ -65,7 +65,7 @@

             case 'UTF-8':
             default:
-                $out = utf8_decode($string)
+                $out = utf8_decode($string);
                 return $out;
         }
     }

bb

Re: small typo in include/admin/import.inc.php (+fix)

Posted: Tue Oct 25, 2005 11:34 am
by garvinhicking
Thanks a lot, we patched it into our SVN yesterday! :)

Sorry for that mistake.

Regards,
Garvin