]> git.mxchange.org Git - mailer.git/blobdiff - contrib/remove-deprecated.sh
First batch of removal of the headers needed for revision-functions.php
[mailer.git] / contrib / remove-deprecated.sh
index d093948663704ab5df8786ab5d96318841e9d577..6148bf133e96ba984782ba7fa32feeb85b51427c 100755 (executable)
@@ -6,7 +6,7 @@ if ! test -e "modules.php"; then
 fi
 
 echo "$0: Searching for deprecated PHP scripts ..."
-LIST1=`find -type f -name "*.php" -size 24c -exec grep -H "@DEPRECATED" {} \;`
+LIST1=`find -type f -name "*.php" -size -52c -exec grep -H "@DEPRECATED" {} \;`
 
 echo "$0: Searching for deprecated templates ..."
 LIST2=`find -type f -name "*.tpl" -exec grep -H "@DEPRECATED" {} \;`