mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@897 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
42e082b725
commit
058bb08ec4
7 changed files with 103 additions and 12 deletions
|
|
@ -467,5 +467,16 @@
|
|||
$info->file = './'.$image_mark_file;
|
||||
return $info;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 사용자의 signature를 구함
|
||||
**/
|
||||
function getSignature($member_srl) {
|
||||
$filename = sprintf('files/attach/signature/%s%d.gif', getNumberingPath($member_srl), $member_srl);
|
||||
if(!file_exists($filename)) return '';
|
||||
|
||||
$buff = FileHandler::readFile($filename);
|
||||
return substr($buff, 29);29);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue