Tadashi Okoshi
slash****@users*****
2005年 10月 27日 (木) 21:57:40 JST
Index: affelio/lib/Affelio/App/Admin/EditProfile.pm
diff -u affelio/lib/Affelio/App/Admin/EditProfile.pm:1.4 affelio/lib/Affelio/App/Admin/EditProfile.pm:1.5
--- affelio/lib/Affelio/App/Admin/EditProfile.pm:1.4 Thu Oct 27 20:15:01 2005
+++ affelio/lib/Affelio/App/Admin/EditProfile.pm Thu Oct 27 21:57:40 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.4 2005/10/27 11:15:01 slash5234 Exp $
+# $Id: EditProfile.pm,v 1.5 2005/10/27 12:57:40 slash5234 Exp $
package Affelio::App::Admin::EditProfile;
{
@@ -86,6 +86,8 @@
sub show_profileeditor{
my $af = shift;
my $output_data_ref = shift;
+
+ my $dummy=$af->getPM;
foreach my $key (sort keys %$af){
#debug_print("set_profile_into_hash: " . $key . "=" . $af->{$key});