[geeklog-cvs] Geeklog-1.x/system lib-story.php,1.109,1.110

Dirk Haun dhaun at qs1489.pair.com
Fri Nov 2 12:19:07 EDT 2007


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

Modified Files:
	lib-story.php 
Log Message:
Missing curly braces


Index: lib-story.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-story.php,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -d -r1.109 -r1.110
*** lib-story.php	30 Sep 2007 15:59:41 -0000	1.109
--- lib-story.php	2 Nov 2007 16:19:05 -0000	1.110
***************
*** 1372,1377 ****
      global $_CONF, $_TABLES, $_USER;
  
!     if (empty($args['sid']) && !empty($args['id']))
          $args['sid'] = $args['id'];
  
      if ($args['gl_svc']) {
--- 1372,1378 ----
      global $_CONF, $_TABLES, $_USER;
  
!     if (empty($args['sid']) && !empty($args['id'])) {
          $args['sid'] = $args['id'];
+     }
  
      if ($args['gl_svc']) {




More information about the geeklog-cvs mailing list