clipbucket/upload/admin_area/charts/ofc-library/ofc_line_hollow.php
Arslan Hassan 97139970d2 ADDED : Website Reports and stats
FIXED : Last Month Date Fixed
2010-01-23 13:16:19 +00:00

9 lines
No EOL
120 B
PHP

<?php
class line_hollow extends line_base
{
function line_hollow()
{
$this->type = "line_hollow";
}
}