summaryrefslogtreecommitdiff
path: root/includes/pages/user_myshifts.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-12-28 14:45:49 +0100
committerPhilip Häusler <msquare@notrademark.de>2011-12-28 14:45:49 +0100
commit1633d6277298377c23e83117648412bac8d1ffd5 (patch)
tree7dca7c8af63be3f9c53e9853c87262830c215d3c /includes/pages/user_myshifts.php
parent3271f72dcf4186b294b89761fbe845da30ce08c4 (diff)
ical export for available shifts
Diffstat (limited to 'includes/pages/user_myshifts.php')
-rw-r--r--includes/pages/user_myshifts.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/pages/user_myshifts.php b/includes/pages/user_myshifts.php
index 828f40df..d144d3f2 100644
--- a/includes/pages/user_myshifts.php
+++ b/includes/pages/user_myshifts.php
@@ -95,9 +95,4 @@ function user_myshifts() {
'reset_link' => page_link_to('user_myshifts') . '&reset'
));
}
-
-function user_reset_ical_key($user) {
- $user['ical_key'] = md5($user['Nick'] . time() . rand());
- sql_query("UPDATE `User` SET `ical_key`='" . sql_escape($user['ical_key']) . "' WHERE `UID`='" . sql_escape($user['UID']) . "' LIMIT 1");
-}
?> \ No newline at end of file