[geeklog-hg] geeklog: Fixed a typo

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Feb 8 08:24:05 EST 2014


changeset 9483:efb109096fe7
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/efb109096fe7
user: Kenji ITO <mystralkk at gmail.com>
date: Sat Feb 08 22:18:14 2014 +0900
description:
Fixed a typo

diffstat:

 plugins/xmlsitemap/xmlsitemap.class.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f829793b2b27 -r efb109096fe7 plugins/xmlsitemap/xmlsitemap.class.php
--- a/plugins/xmlsitemap/xmlsitemap.class.php	Sat Feb 08 21:07:08 2014 +0900
+++ b/plugins/xmlsitemap/xmlsitemap.class.php	Sat Feb 08 22:18:14 2014 +0900
@@ -580,7 +580,7 @@
 
         if (($result !== false) && (DB_numRows($result) == 1)) {
             $hasRecord = true;
-            list ($A) = DB_getchArray($result);
+            list ($A) = DB_fetchArray($result);
             $records  = json_decode($A);
         } else {
             $records = array();



More information about the geeklog-cvs mailing list