mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
issue 2662 coding convention fix
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12143 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
26e08751b9
commit
f9fbd4a307
18 changed files with 1474 additions and 1282 deletions
|
|
@ -16,4 +16,6 @@ require_once('./addons/point_level_icon/point_level_icon.lib.php');
|
|||
$temp_output = preg_replace_callback('!<(div|span|a)([^\>]*)member_([0-9\-]+)([^\>]*)>(.*?)\<\/(div|span|a)\>!is', 'pointLevelIconTrans', $output);
|
||||
if($temp_output) $output = $temp_output;
|
||||
unset($temp_output);
|
||||
?>
|
||||
|
||||
/* End of file point_level_icon.addon.php */
|
||||
/* Location: ./addons/point_level_icon/point_level_icon.addon.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue