[Slashdotjp-dev 1527] [1058] Add getJournal() to MySQL.pm for SearchEst2

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 3月 10日 (火) 18:42:54 JST


Revision: 1058
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1058
Author:   tach
Date:     2009-03-10 18:42:54 +0900 (Tue, 10 Mar 2009)

Log Message:
-----------
Add getJournal() to MySQL.pm for SearchEst2

Modified Paths:
--------------
    slashjp/trunk/Slash/DB/MySQL/MySQL.pm
    slashjp/trunk/debian/changelog


-------------- next part --------------
Modified: slashjp/trunk/Slash/DB/MySQL/MySQL.pm
===================================================================
--- slashjp/trunk/Slash/DB/MySQL/MySQL.pm	2009-03-10 03:25:15 UTC (rev 1057)
+++ slashjp/trunk/Slash/DB/MySQL/MySQL.pm	2009-03-10 09:42:54 UTC (rev 1058)
@@ -12968,6 +12968,15 @@
 }
 
 ########################################################
+sub getJournal {
+	return _genericGet({
+		table		=> 'journals',
+		table_prime	=> 'id',
+		arguments	=> \@_,
+	});
+}
+
+########################################################
 sub DESTROY {
 	my($self) = @_;
 

Modified: slashjp/trunk/debian/changelog
===================================================================
--- slashjp/trunk/debian/changelog	2009-03-10 03:25:15 UTC (rev 1057)
+++ slashjp/trunk/debian/changelog	2009-03-10 09:42:54 UTC (rev 1058)
@@ -1,8 +1,9 @@
 slash (2.5.0.233-6) unstable; urgency=low
 
   * Change journal prev-next order
+  * Add getJournal() to MySQL.pm for SearchEst2
 
- -- Taku YASUI <tach****@osdn*****>  Tue,  3 Mar 2009 11:28:12 +0000
+ -- Taku YASUI <tach****@osdn*****>  Sun,  8 Mar 2009 16:15:55 +0000
 
 slash (2.5.0.233-5) unstable; urgency=low
 



Slashdotjp-dev メーリングリストの案内
Back to archive index