Fix phpcs
This commit is contained in:
parent
bf14b4b3d5
commit
6693f9fbca
@ -281,7 +281,7 @@ if ($resql)
|
|||||||
print '<td align="center">';
|
print '<td align="center">';
|
||||||
if ($obj->periode)
|
if ($obj->periode)
|
||||||
{
|
{
|
||||||
print '<a href="list.php?year='.strftime("%Y",$db->jdate($obj->periode)).'">'.dol_print_date($db->jdate($obj->periode),'day').'</a>';
|
print '<a href="list.php?year='.strftime("%Y", $db->jdate($obj->periode)).'">'.dol_print_date($db->jdate($obj->periode), 'day').'</a>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@ -453,7 +453,7 @@ if ($action == "set")
|
|||||||
// Replace the prefix in table names
|
// Replace the prefix in table names
|
||||||
if ($dolibarr_main_db_prefix != 'llx_')
|
if ($dolibarr_main_db_prefix != 'llx_')
|
||||||
{
|
{
|
||||||
$buffer=preg_replace('/llx_/i',$dolibarr_main_db_prefix,$buffer);
|
$buffer=preg_replace('/llx_/i', $dolibarr_main_db_prefix,$buffer);
|
||||||
}
|
}
|
||||||
dolibarr_install_syslog("step2: request: " . $buffer);
|
dolibarr_install_syslog("step2: request: " . $buffer);
|
||||||
print "<!-- Insert line : ".$buffer."<br>-->\n";
|
print "<!-- Insert line : ".$buffer."<br>-->\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user