Part-DB / Part-DB-legacy

[LEGACY Version] Open Source Electronic Parts Database using PHP and MySQL
GNU General Public License v2.0
158 stars 35 forks source link

v0.5.13: lib/Part.php Syntax Errors: Contains Git Merge Markers #113

Closed SmithChart closed 1 year ago

SmithChart commented 1 year ago

Somehow between v0.5.12 and v0.5.13 some mere markers have been committed to lib/Part.php here: https://github.com/Part-DB/Part-DB/blob/v0.5.13/lib/Part.php#L1564

Deploying v0.5.13 leads to php syntax errors in this file.

Workaround: Resetting this single file to v0.5.12 works for us.

jbtronics commented 1 year ago

The error seemed to be introduced even earlier than with 0.5.13. I have fixed the syntax error, now it should work properly again in new release v0.5.14

Thank you for reporting

SmithChart commented 1 year ago

@jbtronics Thank you for the quick fix! Chris