예제 #1
0
파일: linking.php 프로젝트: cbsistem/nexos
function get_uri()
{
    depricated_warning();
    return URL::uri();
}
예제 #2
0
파일: removed.php 프로젝트: cbsistem/nexos
function get_author($aid)
{
    depricated_warning();
    return $aid;
}