From 736e76235d38895ffe492ecdccb28fa131815556 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 26 Jun 2012 17:50:37 +0200 Subject: [PATCH] https://github.com/claudehohl/Stikked/issues/18 --- htdocs/application/views/defaults/paste_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/application/views/defaults/paste_form.php b/htdocs/application/views/defaults/paste_form.php index 0f460b8..e419cab 100644 --- a/htdocs/application/views/defaults/paste_form.php +++ b/htdocs/application/views/defaults/paste_form.php @@ -93,7 +93,7 @@ "360" => "6 Hours", "720" => "12 Hours", "1440" => "1 Day", - "100080" => "1 Week", + "10080" => "1 Week", "40320" => "4 Weeks" ); echo form_dropdown('expire', $options, $expire_set, $expire_extra); ?>