X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=Uplink%2FP10_Channel.class.php;h=a15548166c719916e28ea5ffaf2e9140bfc38aac;hp=d38015b4a658e52e74f61917c568bce5035f6c32;hb=695da943d0443abe58d4c7bd7d171ca0107d83bc;hpb=7ee52d8a44c982d62baecf92cea6b266e8c2eb26 diff --git a/Uplink/P10_Channel.class.php b/Uplink/P10_Channel.class.php index d38015b..a155481 100644 --- a/Uplink/P10_Channel.class.php +++ b/Uplink/P10_Channel.class.php @@ -83,6 +83,10 @@ class P10_Channel { return $this->topic; } + public function setCreateTime($time) { + $this->create_time = $time; + } + public function getCreateTime() { return $this->create_time; }