[Rt-commit] [svn] r1642 - in rt/branches/3.2-RELEASE: . sbin

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Sat Oct 9 11:15:55 EDT 2004


Author: jesse
Date: Sat Oct  9 11:15:54 2004
New Revision: 1642

Modified:
   rt/branches/3.2-RELEASE/   (props changed)
   rt/branches/3.2-RELEASE/sbin/rt-setup-database.in
Log:
 r1978 at tinbook:  jesse | 2004-10-09T15:05:32.567083Z
 RT-Ticket: 6118
 RT-Status: resolved
 
 The "RT_System" internal user had a last-updated-by id of "0", which wasn't a user


Modified: rt/branches/3.2-RELEASE/sbin/rt-setup-database.in
==============================================================================
--- rt/branches/3.2-RELEASE/sbin/rt-setup-database.in	(original)
+++ rt/branches/3.2-RELEASE/sbin/rt-setup-database.in	Sat Oct  9 11:15:54 2004
@@ -402,7 +402,8 @@
         RealName => 'The RT System itself',
         Comments =>
 'Do not delete or modify this user. It is integral to RT\'s internal database structures',
-        Creator => '1' );
+        Creator => '1',
+        LastUpdatedBy => '1' );
 
     unless ($val) {
         print "$msg\n";


More information about the Rt-commit mailing list