servderive commit fix
authorivan <ivan>
Sat, 11 Jun 2011 00:44:48 +0000 (00:44 +0000)
committerivan <ivan>
Sat, 11 Jun 2011 00:44:48 +0000 (00:44 +0000)
torrus/FREESIDE_MODIFIED
torrus/bin/srvderive.in

index 01ad394..c164a26 100644 (file)
@@ -1,13 +1,14 @@
-configs/torrus-siteconfig.pl #turn of torrus auth, set URLs
-perllib/Torrus/CGI.pm                # header/footer
-perllib/Torrus/Freeside.pm           # header/footer
-perllib/Torrus/Renderer.pm           # header/footer
- perllib/Torrus/Renderer/Freeside.pm # header/footer
-perllib/Torrus/Renderer/Frontpage.pm # header/footer
-perllib/Torrus/Renderer/HTML.pm      # header/footer, add interface popups
+configs/torrus-siteconfig.pl             # turn of torrus auth, set URLs
+perllib/Torrus/CGI.pm                    # header/footer
+perllib/Torrus/Freeside.pm               # header/footer
+perllib/Torrus/Renderer.pm               # header/footer
+ perllib/Torrus/Renderer/Freeside.pm     # header/footer
+perllib/Torrus/Renderer/Frontpage.pm     # header/footer
+perllib/Torrus/Renderer/HTML.pm          # header/footer, add interface popups
  perllib/Torrus/ReportOutput/Freeside.pm # header/footer
 perllib/Torrus/ReportOutput/HTML.pm      # header/footer
  perllib/Torrus/ReportOutput/Freeside.pm # header/footer
 perllib/Torrus/ReportOutput/HTML.pm      # header/footer
-templates/html-incblocks.txt         # header/footer
-tempaltes/default-rrd.html           # title beautification
-tempaltes/default-dir.html           # add interface popups
-sup/webplain/torrus.css #skinning
+templates/html-incblocks.txt             # header/footer
+tempaltes/default-rrd.html               # title beautification
+tempaltes/default-dir.html               # add interface popups
+sup/webplain/torrus.css                  # skinning
+bin/srvderive.in                         # --end and commit bugfixes
index 6623f1d..f41a721 100644 (file)
@@ -15,7 +15,7 @@
 #  along with this program; if not, write to the Free Software
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
 
 #  along with this program; if not, write to the Free Software
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
 
-# $Id: srvderive.in,v 1.2 2011-06-11 00:20:14 ivan Exp $
+# $Id: srvderive.in,v 1.3 2011-06-11 00:44:48 ivan Exp $
 # Stanislav Sinyagin <ssinyagin@yahoo.com>
 
 # Combine SUM or MAX from several service IDs and create a new one
 # Stanislav Sinyagin <ssinyagin@yahoo.com>
 
 # Combine SUM or MAX from several service IDs and create a new one
@@ -328,6 +328,8 @@ for( my $pos = 0; $pos < $n_points; $pos++ )
     }
 }
 
     }
 }
 
+$dbh->commit or Error($dbh->errstr);
+
 Verbose('Database update finished');
 
 exit($ok ? 0:1);
 Verbose('Database update finished');
 
 exit($ok ? 0:1);