From 6b3d5ba966ffd150d635a618593295958233baef Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Mon, 8 Jun 2015 01:29:37 +0200 Subject: [PATCH] Revert change of vim tags --- auth.php | 2 +- config.php | 2 +- css/auth.css | 2 +- css/styles.css | 2 +- index.php | 2 +- js/forms.js | 2 +- js/timer.js | 2 +- lib/db_factory.php | 2 +- lib/db_implementation.php | 2 +- lib/db_mysqli.inc.php | 2 +- lib/session_handler.inc.php | 2 +- lib/utils.inc.php | 2 +- mail_report.php | 2 +- message_view.php | 2 +- quarantine.php | 2 +- show_headers.php | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/auth.php b/auth.php index 8cd2223..6d5210d 100644 --- a/auth.php +++ b/auth.php @@ -1,5 +1,5 @@ root . 'lib/utils.inc.php'; diff --git a/config.php b/config.php index 5352dae..da1e02e 100644 --- a/config.php +++ b/config.php @@ -1,5 +1,5 @@ root . 'lib/db_factory.php'; require_once $CFG->root . 'lib/utils.inc.php'; diff --git a/js/forms.js b/js/forms.js index 9957f9a..5d2bb33 100644 --- a/js/forms.js +++ b/js/forms.js @@ -1,4 +1,4 @@ -/* vim: set ts=4 tw=4 sw=4 noet: */ +/* vim: set ts=4 tw=0 sw=4 noet: */ function updateRowsPerPage() { var pos; diff --git a/js/timer.js b/js/timer.js index 1017271..41d6e3f 100644 --- a/js/timer.js +++ b/js/timer.js @@ -1,4 +1,4 @@ -/* vim: set ts=4 tw=4 sw=4 noet: */ +/* vim: set ts=4 tw=0 sw=4 noet: */ var timerRef=setInterval(function(){myTimer()}, 1000); var timeStart = new Date().getTime() + timeout; var last = -1; diff --git a/lib/db_factory.php b/lib/db_factory.php index fc63ddf..f40e327 100644 --- a/lib/db_factory.php +++ b/lib/db_factory.php @@ -1,5 +1,5 @@ db_driver)) { switch ($CFG->db_driver) { case 'mysqli': diff --git a/lib/db_implementation.php b/lib/db_implementation.php index a8ab163..4304328 100644 --- a/lib/db_implementation.php +++ b/lib/db_implementation.php @@ -1,5 +1,5 @@ root .'lib/db_implementation.php'; class DBMysqli extends DBImpl { diff --git a/lib/session_handler.inc.php b/lib/session_handler.inc.php index 4bad52e..09f015e 100644 --- a/lib/session_handler.inc.php +++ b/lib/session_handler.inc.php @@ -1,5 +1,5 @@ root .'config.php'; class FileSessionHandler { diff --git a/lib/utils.inc.php b/lib/utils.inc.php index 7ad8969..89f226d 100644 --- a/lib/utils.inc.php +++ b/lib/utils.inc.php @@ -1,5 +1,5 @@ root .'config.php'; require_once $CFG->root . 'lib/session_handler.inc.php'; diff --git a/mail_report.php b/mail_report.php index 42233d2..bc7c05e 100644 --- a/mail_report.php +++ b/mail_report.php @@ -1,5 +1,5 @@ root . 'lib/db_factory.php'; diff --git a/message_view.php b/message_view.php index c65a0f5..5228ebb 100644 --- a/message_view.php +++ b/message_view.php @@ -1,5 +1,5 @@ root . 'lib/db_factory.php'; diff --git a/quarantine.php b/quarantine.php index 4944bb2..031a416 100644 --- a/quarantine.php +++ b/quarantine.php @@ -1,5 +1,5 @@ root . 'lib/db_factory.php'; require_once $CFG->root . 'lib/utils.inc.php'; diff --git a/show_headers.php b/show_headers.php index 6650683..7cee6dc 100644 --- a/show_headers.php +++ b/show_headers.php @@ -1,5 +1,5 @@ root . 'lib/db_factory.php'; -- 2.39.2