Skip to content
Snippets Groups Projects
Commit 9e59b2c0 authored by Uma's avatar Uma
Browse files

php compatability warnings are been addressed

parent 94d03362
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ class Documents_Text_UIType extends Vtiger_Text_UIType {
* @param <Object> $value
* @return <Object>
*/
public function getDisplayValue($value, $record=false, $recordInstance=false) {
public function getDisplayValue($value, $record=false, $recordInstance=false,$removeTags = false) {
return $value;
}
......
......@@ -21,7 +21,7 @@ class Reports_ListAjax_View extends Reports_List_View {
$this->exposeMethod('getPageCount');
}
function preProcess(Vtiger_Request $request) {
function preProcess(Vtiger_Request $request, $display=true) {
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment