[geeklog-cvs] Geeklog-1.x/system lib-user.php,1.45,1.46

Dirk Haun dhaun at qs1489.pair.com
Mon May 5 16:04:40 EDT 2008


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

Modified Files:
	lib-user.php 
Log Message:
No need to escape the & here - notifications are sent as plain text


Index: lib-user.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-user.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** lib-user.php	9 Dec 2007 18:05:39 -0000	1.45
--- lib-user.php	5 May 2008 20:04:38 -0000	1.46
***************
*** 364,368 ****
      } else {
          // user has been created, or has activated themselves:
!         $mailbody .= "$LANG29[4] <{$_CONF['site_url']}/users.php?mode=profile&uid={$uid}>\n\n";
      }
      $mailbody .= "\n------------------------------\n";
--- 364,368 ----
      } else {
          // user has been created, or has activated themselves:
!         $mailbody .= "$LANG29[4] <{$_CONF['site_url']}/users.php?mode=profile&uid={$uid}>\n\n";
      }
      $mailbody .= "\n------------------------------\n";




More information about the geeklog-cvs mailing list