[geeklog-cvs] geeklog: Wrong variable - must have happened during the merge wi...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Feb 17 14:32:21 EST 2010


changeset 7730:b24ea8fc13c9
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/b24ea8fc13c9
user: Dirk Haun <dirk at haun-online.de>
date: Tue Feb 16 20:37:56 2010 +0100
description:
Wrong variable - must have happened during the merge with the Postgres code

diffstat:

 system/classes/story.class.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6e5f216aecb2 -r b24ea8fc13c9 system/classes/story.class.php
--- a/system/classes/story.class.php	Tue Feb 16 20:14:19 2010 +0100
+++ b/system/classes/story.class.php	Tue Feb 16 20:37:56 2010 +0100
@@ -756,7 +756,7 @@
         while (list($fieldname, $save) = each($this->_dbFields)) {
             if ($save === 1) {
                 $varname = '_' . $fieldname;
-                $sql .= $fieldname . ', ';
+                $fields .= $fieldname . ', ';
                 if (($fieldname == 'date') || ($fieldname == 'expire') ||
                         ($fieldname == 'comment_expire')) {
                     // let the DB server do this conversion (cf. timezone hack)



More information about the geeklog-cvs mailing list