commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / packages / OpenFlashChart / php-ofc-library / ofc_area_hollow.php
1 <?php
2
3 class area_hollow extends area_base
4 {
5 function area_hollow()
6 {
7 $this->type = "area_hollow";
8 parent::area_base();
9 }
10 }