mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-02 06:24:34 +02:00
Added a basic show part info with new design. Not finished yet...
This commit is contained in:
parent
f8bd1458d3
commit
f0bea8ff4d
22 changed files with 7883 additions and 25 deletions
|
@ -219,7 +219,7 @@ class Part extends AttachmentContainingDBElement
|
|||
* @param boolean|int $bbcode_parsing_level Should BBCode converted to HTML, before returning
|
||||
* @return string the comment
|
||||
*/
|
||||
public function getComment($bbcode_parsing_level = BBCodeParsingLevel::PARSE) : string
|
||||
public function getComment($bbcode_parsing_level = true /*= BBCodeParsingLevel::PARSE*/) : string
|
||||
{
|
||||
|
||||
$val = htmlspecialchars($this->comment);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue