diff options
Diffstat (limited to 'program/steps/utils')
-rw-r--r-- | program/steps/utils/error.inc | 3 | ||||
-rw-r--r-- | program/steps/utils/html2text.inc | 5 | ||||
-rw-r--r-- | program/steps/utils/killcache.inc | 5 | ||||
-rw-r--r-- | program/steps/utils/modcss.inc | 3 | ||||
-rw-r--r-- | program/steps/utils/save_pref.inc | 5 | ||||
-rw-r--r-- | program/steps/utils/spell.inc | 3 | ||||
-rw-r--r-- | program/steps/utils/spell_html.inc | 3 |
7 files changed, 3 insertions, 24 deletions
diff --git a/program/steps/utils/error.inc b/program/steps/utils/error.inc index 000674417..126cf2ef7 100644 --- a/program/steps/utils/error.inc +++ b/program/steps/utils/error.inc @@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ - - $Id$ - */ $rcmail = rcmail::get_instance(); diff --git a/program/steps/utils/html2text.inc b/program/steps/utils/html2text.inc index 811957ae4..67e76c1a7 100644 --- a/program/steps/utils/html2text.inc +++ b/program/steps/utils/html2text.inc @@ -1,6 +1,6 @@ <?php -/* +/* +-----------------------------------------------------------------------+ | program/steps/utils/html2text.inc | | | @@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ - - $Id$ - */ $html = $HTTP_RAW_POST_DATA; diff --git a/program/steps/utils/killcache.inc b/program/steps/utils/killcache.inc index 3e85c0ae9..eb9645089 100644 --- a/program/steps/utils/killcache.inc +++ b/program/steps/utils/killcache.inc @@ -1,6 +1,6 @@ <?php -/* +/* +-----------------------------------------------------------------------+ | program/steps/utils/killcache.inc | | | @@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Dennis P. Nikolaenko <dennis@nikolaenko.ru> | +-----------------------------------------------------------------------+ - - $Id$ - */ // don't allow public access if not in devel_mode diff --git a/program/steps/utils/modcss.inc b/program/steps/utils/modcss.inc index d635f979d..77be150fe 100644 --- a/program/steps/utils/modcss.inc +++ b/program/steps/utils/modcss.inc @@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ - - $Id$ - */ $source = ''; diff --git a/program/steps/utils/save_pref.inc b/program/steps/utils/save_pref.inc index 2c60f6d4e..b550ad7ef 100644 --- a/program/steps/utils/save_pref.inc +++ b/program/steps/utils/save_pref.inc @@ -1,6 +1,6 @@ <?php -/* +/* +-----------------------------------------------------------------------+ | program/steps/utils/save_pref.inc | | | @@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ - - $Id$ - */ $name = get_input_value('_name', RCUBE_INPUT_POST); diff --git a/program/steps/utils/spell.inc b/program/steps/utils/spell.inc index cf341de31..a0dd35d27 100644 --- a/program/steps/utils/spell.inc +++ b/program/steps/utils/spell.inc @@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Kris Steinhoff <steinhof@umich.edu> | +-----------------------------------------------------------------------+ - - $Id$ - */ // read input diff --git a/program/steps/utils/spell_html.inc b/program/steps/utils/spell_html.inc index 57ab9c69a..861e4ba48 100644 --- a/program/steps/utils/spell_html.inc +++ b/program/steps/utils/spell_html.inc @@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ - - $Id$ - */ // read input data |