[geeklog-cvs] Geeklog-1.x/system/classes story.class.php, 1.27, 1.27.2.1

Dirk Haun dhaun at qs1489.pair.com
Fri Jun 20 15:10:41 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system/classes
In directory qs1489.pair.com:/tmp/cvs-serv72054/system/classes

Modified Files:
      Tag: geeklog_1_5_0_1
	story.class.php 
Log Message:
Started a "bugfixes only" branch for a possible 1.5.0-1 release and ported the first fixes over from the trunk.


Index: story.class.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/classes/story.class.php,v
retrieving revision 1.27
retrieving revision 1.27.2.1
diff -C2 -d -r1.27 -r1.27.2.1
*** story.class.php	24 May 2008 19:46:13 -0000	1.27
--- story.class.php	20 Jun 2008 19:10:38 -0000	1.27.2.1
***************
*** 574,577 ****
--- 574,579 ----
  
          /* Fix up old sid => new sid stuff */
+         $checksid = addslashes($this->_originalSid); // needed below
+ 
          if ($this->_sid != $this->_originalSid) {
              /* The sid has changed. Load from request will have
***************
*** 582,586 ****
               * number of SQL queries we do.
               */
-             $checksid = addslashes($this->_originalSid);
              $newsid = addslashes($this->_sid);
  
--- 584,587 ----




More information about the geeklog-cvs mailing list