mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
Moved under "trunk" to be able to track releases under "tags"
SVN:trunk[55]
This commit is contained in:
9
pages/php-ofc-library/ofc_line.php
Normal file
9
pages/php-ofc-library/ofc_line.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class line extends line_base
|
||||
{
|
||||
function line()
|
||||
{
|
||||
$this->type = "line";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user