Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 9054)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 9055)
@@ -70,4 +70,8 @@
      - append output of stage.C instead of overwriting logfile
 
+   * datacenter/macros/resetcolumn.C:
+     - added return 0 and output, as this macro is not yes adapted to 
+       the new data structure for MAGIC II
+
 
 
@@ -84,5 +88,5 @@
    * datacenter/scripts/correcttime, datacenter/scripts/cutslices, 
      datacenter/scripts/dodatacheck:
-     - added exit and output, as this scripts are not adapted to the 
+     - added exit and output, as these scripts are not adapted to the 
        new data structure for MAGIC II
 
Index: /trunk/MagicSoft/Mars/datacenter/macros/resetcolumn.C
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/macros/resetcolumn.C	(revision 9054)
+++ /trunk/MagicSoft/Mars/datacenter/macros/resetcolumn.C	(revision 9055)
@@ -68,4 +68,7 @@
 int resetcolumn(TString column, TString table, TString from, TString to, Bool_t dummy=kTRUE)
 {
+    cout << "This macro has not yet been adapted to the new data structure (Magic II)." << endl;
+    return 0;
+
     TEnv env("sql.rc");
 
