Tadashi Okoshi
slash****@users*****
2005年 12月 16日 (金) 18:04:32 JST
Index: affelio/lib/Affelio/App/Admin.pm
diff -u affelio/lib/Affelio/App/Admin.pm:1.2 affelio/lib/Affelio/App/Admin.pm:1.3
--- affelio/lib/Affelio/App/Admin.pm:1.2 Sat Dec 10 07:18:29 2005
+++ affelio/lib/Affelio/App/Admin.pm Fri Dec 16 18:04:32 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: Admin.pm,v 1.2 2005/12/09 22:18:29 slash5234 Exp $
+# $Id: Admin.pm,v 1.3 2005/12/16 09:04:32 slash5234 Exp $
package Affelio::App::Admin;
{
@@ -22,7 +22,7 @@
use lib("../../../extlib/");
use CGI qw(-unique_headers);
use Error qw(:try);
- use CGI::Session qw(-ip_match);
+ use CGI::Session; #qw(-ip_match);
use HTML::Template;
use Fcntl;