[pLog-svn] r3502 - plog/trunk

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed May 31 22:09:01 GMT 2006


Author: oscar
Date: 2006-05-31 22:09:01 +0000 (Wed, 31 May 2006)
New Revision: 3502

Modified:
   plog/trunk/wizard.php
Log:
added a forgotten date field, as it was being incorrectly updated during the update process.


Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2006-05-31 21:53:10 UTC (rev 3501)
+++ plog/trunk/wizard.php	2006-05-31 22:09:01 UTC (rev 3502)
@@ -1723,7 +1723,8 @@
                           num_nonspam_comments = {$totalActiveComments},
                           num_trackbacks = {$totalTrackbacks},
                           num_nonspam_trackbacks = {$totalTrackbacks},
-                          date = date
+                          date = date,
+                          modification_date = modification_date
                           WHERE id = {$artId}";
                           
                 // and execute it



More information about the pLog-svn mailing list