[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.319,1.320

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon May 10 03:53:09 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv31698/public_html

Modified Files:
	lib-common.php 
Log Message:
Fixed incorrect author names in Daily Digest (bug #207)


Index: lib-common.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.319
retrieving revision 1.320
diff -C2 -d -r1.319 -r1.320
*** lib-common.php	9 May 2004 09:54:03 -0000	1.319
--- lib-common.php	10 May 2004 07:53:06 -0000	1.320
***************
*** 4194,4197 ****
--- 4194,4201 ----
                      $authors[$S['uid']] = $storyauthor;
                  }
+                 else
+                 {
+                     $storyauthor = $authors[$S['uid']];
+                 }
                  $mailtext .= "$LANG24[7]: " . $storyauthor . "\n";
              }




More information about the geeklog-cvs mailing list