summaryrefslogtreecommitdiffstats
path: root/templates/show_preference_box.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_preference_box.inc.php')
-rw-r--r--templates/show_preference_box.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_preference_box.inc.php b/templates/show_preference_box.inc.php
index 23055df8..bc604910 100644
--- a/templates/show_preference_box.inc.php
+++ b/templates/show_preference_box.inc.php
@@ -46,7 +46,7 @@ if ((Access::check('interface','100') OR !Config::get('use_auth')) AND $_REQUEST
<?php } ?>
</tr>
<?php foreach ($preferences['prefs'] as $pref) { ?>
- <tr class="<?php echo flip_class(); ?>">
+ <tr class="<?php echo UI::flip_class(); ?>">
<td class="cel_preference"><?php echo T_($pref['description']); ?></td>
<td class="cel_value">
<?php create_preference_input($pref['name'], $pref['value']); ?>