X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDBUtils.pm;h=2d9c472afb1ed78be574ff0bdbfe6f58bcfb2864;hb=7ed4b336b89b861479a1fc2670b9456334b0d1be;hp=1f243bcfd804b079abb17c8635e6a036bf7296d1;hpb=07b14d1f5c08e87ac700564520bc70e1c1ea1923;p=kivitendo-erp.git diff --git a/SL/DBUtils.pm b/SL/DBUtils.pm index 1f243bcfd..2d9c472af 100644 --- a/SL/DBUtils.pm +++ b/SL/DBUtils.pm @@ -396,7 +396,7 @@ SL::DBUTils.pm: All about Databaseconections in Lx =head1 DESCRIPTION -DBUtils is the attempt to reduce the amount of overhead it takes to retrieve information from the database in Lx-Office. Previously it would take about 15 lines of code just to get one single integer out of the database, including failure procedures and importing the necessary packages. Debugging would take even more. +DBUtils is the attempt to reduce the amount of overhead it takes to retrieve information from the database in kivitendo. Previously it would take about 15 lines of code just to get one single integer out of the database, including failure procedures and importing the necessary packages. Debugging would take even more. Using DBUtils most database procedures can be reduced to defining the query, executing it, and retrieving the result. Let DBUtils handle the rest. Whenever there is a database operation not covered in DBUtils, add it here, rather than working around it in the backend code. @@ -591,7 +591,7 @@ Sven Schoeling Es.schoeling@linet-services.deE =head1 COPYRIGHT AND LICENSE -Copyright 2007 by Lx-Office Community +Copyright 2007 by kivitendo Community This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by