From 0328eb2da2ce7069df72b2036cf1ee4bda59f264 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 17 May 2009 22:18:47 +0000 Subject: A little cleanup of old stuff --- views/default/input/accessRead.php | 61 -------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 views/default/input/accessRead.php (limited to 'views/default/input/accessRead.php') diff --git a/views/default/input/accessRead.php b/views/default/input/accessRead.php deleted file mode 100644 index 81392b19f..000000000 --- a/views/default/input/accessRead.php +++ /dev/null @@ -1,61 +0,0 @@ - 0) - { - - /* my hacks (pay no attention please =D ) - //allow showing of group for write access - if($vars['group_write']) $vars['options'] = trigger_plugin_hook('access:collections:write','user',array('user_id' => $_SESSION['guid'], 'site_id' => 0),$vars['options']); - */ - - //developer check - to check the value being sent initially - //echo 'given value: '.$vars['value'].'
'; - - //if no value currently set - specify default - if (empty($vars['value']) && $vars['value'] != '0') - $vars['value'] = 2; - - - foreach($vars['options'] as $key => $option) { - if ($key == $vars['value']) { -?> - - class=""> - - \ No newline at end of file -- cgit v1.2.3