[geeklog-cvs] geeklog-1.3/public_html/admin event.php,1.52,1.53

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Fri Dec 10 04:26:19 EST 2004


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

Modified Files:
	event.php 
Log Message:
Set current user as the owner when cloning an event (bug #338)


Index: event.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/event.php,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** event.php	29 Sep 2004 17:43:43 -0000	1.52
--- event.php	10 Dec 2004 09:26:17 -0000	1.53
***************
*** 634,637 ****
--- 634,638 ----
      $A = DB_fetchArray ($result);
      $A['eid'] = COM_makesid ();
+     $A['owner_id'] = $_USER['uid'];
      $display .= COM_siteHeader ('menu');
      $display .= editevent ($mode, $A);




More information about the geeklog-cvs mailing list