Indentation fix
This commit is contained in:
parent
af39340b4b
commit
0ae6b11c21
@ -114,8 +114,8 @@ class ProductPage extends Page {
|
|||||||
$end = $event->get_endtime();
|
$end = $event->get_endtime();
|
||||||
$extend = format_date(default_loan_end(time()));
|
$extend = format_date(default_loan_end(time()));
|
||||||
$note = replace(array('id' => $product->get_id(),
|
$note = replace(array('id' => $product->get_id(),
|
||||||
'end_new' => $extend),
|
'end_new' => $extend),
|
||||||
$this->fragments['loan_extend_form']);
|
$this->fragments['loan_extend_form']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$rows .= replace(array('status' => $status,
|
$rows .= replace(array('status' => $status,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user