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