Fixes recursion bug in disambiguate_in().
[ohcount] / test / gestalt_files / drupal / bar.php
1 <?php
2         $r = 5;
3         $button = drupal_render($form['continue_shopping']);
4 ?>