Active
Project:
ERPAL Core - Flexible resource planning
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2014 at 15:32 UTC
Updated:
30 May 2014 at 15:32 UTC
I noticed a few coder errors like
Function documentation
/**
* Implements hook_theme
*/
function erpal_print_theme() {
if without brackets
if (!$pdf_object)
$pdf_object = erpal_print_prepare_tcpdf($params);
and whitespace problems.