Minahito
minah****@users*****
2006年 1月 26日 (木) 19:04:17 JST
Index: xoops2jp/html/class/XCube_FormFile.class.php diff -u xoops2jp/html/class/XCube_FormFile.class.php:1.1.2.4 xoops2jp/html/class/XCube_FormFile.class.php:1.1.2.5 --- xoops2jp/html/class/XCube_FormFile.class.php:1.1.2.4 Wed Jan 18 22:11:49 2006 +++ xoops2jp/html/class/XCube_FormFile.class.php Thu Jan 26 19:04:16 2006 @@ -149,7 +149,7 @@ */ function getBodyName() { - if(preg_match("/(.+)\.+w$/",$this->getFileName(),$match)) { + if(preg_match("/(.+)\.\w+$/",$this->getFileName(),$match)) { return $match[1]; }