]> wagnertech.de Git - kivitendo-erp.git/blobdiff - scripts/find-use.pl
Vor Fremdschlüsselzuweisung trans_id verwaiste Einträge in orderitems löschen
[kivitendo-erp.git] / scripts / find-use.pl
index bd58c078f223a40f27764e5bf4a6163b420558b0..959ecbedbc2c5ca7b3c714b8367492b4fa45a29c 100755 (executable)
@@ -52,7 +52,7 @@ GetOptions(
 find(sub {
   return unless /(\.p[lm]|console)$/;
 
 find(sub {
   return unless /(\.p[lm]|console)$/;
 
-  # remember modules shipped with Lx-Office
+  # remember modules shipped with kivitendo
   $supplied{modulize($File::Find::name)}++
     if $File::Find::dir =~ m#modules/#;
 
   $supplied{modulize($File::Find::name)}++
     if $File::Find::dir =~ m#modules/#;
 
@@ -242,5 +242,3 @@ Sven Schöling E<lt>s.schoeling@linet-services.deE<gt>
 Distributed under the terms of the GNU General Public License v2.
 
 =cut
 Distributed under the terms of the GNU General Public License v2.
 
 =cut
-
-