Tadashi Okoshi
slash****@users*****
2005年 12月 17日 (土) 02:35:26 JST
Index: affelio/lib/Affelio/App/Admin/EditProfile.pm
diff -u affelio/lib/Affelio/App/Admin/EditProfile.pm:1.7 affelio/lib/Affelio/App/Admin/EditProfile.pm:1.8
--- affelio/lib/Affelio/App/Admin/EditProfile.pm:1.7 Sat Dec 17 02:29:00 2005
+++ affelio/lib/Affelio/App/Admin/EditProfile.pm Sat Dec 17 02:35:26 2005
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: EditProfile.pm,v 1.7 2005/12/16 17:29:00 slash5234 Exp $
+# $Id: EditProfile.pm,v 1.8 2005/12/16 17:35:26 slash5234 Exp $
package Affelio::App::Admin::EditProfile;
{
@@ -88,9 +88,6 @@
$height=100;
}
$image->Resize(width=>$width, height=>$height, blur=>0.6);
-
- print "Content-type: image/jpeg\n\n";
- binmode STDOUT;
$image->Write("$af->{site__user_dir}/profile_face_100x100.jpg");
}
{
@@ -107,9 +104,6 @@
$height=150;
}
$image->Resize(width=>$width, height=>$height, blur=>0.6);
-
- print "Content-type: image/jpeg\n\n";
- binmode STDOUT;
$image->Write("$af->{site__user_dir}/profile_face_150x150.jpg");
}