[Affelio-cvs 732] CVS update: affelio

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 11月 1日 (火) 13:46:54 JST


Index: affelio/admin.cgi
diff -u affelio/admin.cgi:1.29 affelio/admin.cgi:1.30
--- affelio/admin.cgi:1.29	Mon Oct 24 17:52:49 2005
+++ affelio/admin.cgi	Tue Nov  1 13:46:54 2005
@@ -16,7 +16,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: admin.cgi,v 1.29 2005/10/24 08:52:49 slash5234 Exp $
+# $Id: admin.cgi,v 1.30 2005/11/01 04:46:54 slash5234 Exp $
 
 use strict;
 
@@ -160,6 +160,21 @@
     };
 
 #####################################################################
+#Make a friend
+#####################################################################
+}elsif($admin_mode eq "makefriend"){
+
+    use Affelio::App::Admin::MakeFriend;
+
+    $TMPL_FILE = "$af->{site__fs_root}/templates/" .
+	         "$af->{site__template}/owner_side/admin_makefriend.tmpl";
+    try{
+	Affelio::App::Admin::MakeFriend::show($af,$q,\%output_data);
+    }catch Error with{
+	my $e = shift;    $err_msg .= $e->stacktrace;
+    };
+
+#####################################################################
 #Upload Image
 #####################################################################
 }elsif($admin_mode eq "uploadimage"){


Affelio-cvs メーリングリストの案内
Back to archive index