]> git.koha-community.org Git - koha.git/commit
Bug 37593: Removed all instances of 'this this' in the codebase
authorPerplexedTheta <jahdobble@llownd.net>
Mon, 12 Aug 2024 14:26:13 +0000 (15:26 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 16 Aug 2024 14:22:17 +0000 (16:22 +0200)
commit2cc520cdeb6782f9370356f1c7a1bb7f78ea1057
tree21a6207a5c5b20aeef0e0c08437cb1e7afa3846e
parentf55519b50526cb6957fcaa5967cce3e7b1ebe64c
Bug 37593: Removed all instances of 'this this' in the codebase

To test:
a)  do a grep for 'this this'
    1)  notice that there are five matching files
    2)  notice that all of these instances are in comments, or podfiles
b)  apply this patch
c)  do a grep for 'this this'
    1)  notice now that these instances are gone
d)  apply these changes to schema.koha-community.org
e)  result!

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Schema/Result/Deleteditem.pm
Koha/Schema/Result/Item.pm
installer/data/mysql/db_revs/230600061.pl
installer/data/mysql/kohastructure.sql
koha-tmpl/intranet-tmpl/lib/datatables/datatables.js