Tadashi Okoshi
slash****@users*****
2006年 8月 9日 (水) 15:25:01 JST
Index: affelio/lib/Affelio/App/Standalone/AdminAjax/GetNews.pm
diff -u affelio/lib/Affelio/App/Standalone/AdminAjax/GetNews.pm:1.1 affelio/lib/Affelio/App/Standalone/AdminAjax/GetNews.pm:1.2
--- affelio/lib/Affelio/App/Standalone/AdminAjax/GetNews.pm:1.1 Wed Aug 9 14:12:16 2006
+++ affelio/lib/Affelio/App/Standalone/AdminAjax/GetNews.pm Wed Aug 9 15:25:01 2006
@@ -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: GetNews.pm,v 1.1 2006/08/09 05:12:16 slash5234 Exp $
+# $Id: GetNews.pm,v 1.2 2006/08/09 06:25:01 slash5234 Exp $
package Affelio::App::Standalone::AdminAjax::GetNews;
{
@@ -23,11 +23,11 @@
use lib("../../../../../extlib/");
use Error qw(:try);
- use lib("../../../");
+ use lib("../../../../../lib/");
use Affelio;
use Affelio::misc::CGIError;
use Affelio::misc::Debug qw(debug_print);
- use Affelio::misc::Time qw(timestamp2string get_timestamp);
+ use Affelio::misc::Time qw(timestamp2stringB get_timestamp);
use Affelio::misc::WebInput;
use Affelio::exception::CommunicationException;