Tadashi Okoshi
slash****@users*****
2005年 11月 1日 (火) 13:03:57 JST
Index: affelio/index.cgi
diff -u affelio/index.cgi:1.18 affelio/index.cgi:1.19
--- affelio/index.cgi:1.18 Thu Oct 27 21:57:40 2005
+++ affelio/index.cgi Tue Nov 1 13:03:57 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: index.cgi,v 1.18 2005/10/27 12:57:40 slash5234 Exp $
+# $Id: index.cgi,v 1.19 2005/11/01 04:03:57 slash5234 Exp $
use strict;
@@ -169,6 +169,12 @@
$output_data{'profile_myimage_path'} =
"./bin/get_content.cgi?module=core&content=/profile/profile_face.jpg";
+if(($visitor_type eq "f1") || ($visitor_type eq "f2")){
+ $output_data{'send_mesg_URL'} =
+ $visitor_afid . "/admin.cgi?mode=messages&action=compose&to_url="
+ . $af->{site__web_root};
+}
+
######################################################
#Data prep from Models
######################################################
@@ -279,7 +285,6 @@
my $e = shift;
error($q, "Affelio: error in AccessLogging\n" . $e);
};
-
}
###########################################################################