﻿--- Untitled1.txt	Wed Oct 17 18:35:26 2007 UTC
+++ C:\Documents and Settings\nicolast\Configuración local\Temp\scheduler\scheduler.module	Wed Oct 31 17:08:34 2007 UTC
@@ -162,9 +162,9 @@
           $result = db_query('SELECT * FROM {scheduler} WHERE nid = %d', $node->nid);
           if ($result && db_num_rows($result) > 0) {
             $row = db_fetch_array($result);
-            $node->publish_on = $row['publish_on'];
-            $node->unpublish_on = $row['unpublish_on'];
-            $node->timezone = $row['timezone'];
+            $row['published'] = $row['publish_on'] ? date(variable_get('date_format_long', 'l, F j, Y - H:i'), $row['publish_on']) : NULL;
+            $row['unpublished'] = $row['unpublish_on'] ? date(variable_get('date_format_long', 'l, F j, Y - H:i'), $row['unpublish_on']) : NULL;
+            $node->scheduler = $row;
           }
         }	    
         break;
