mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Merged revisions 47174 via svnmerge from
http://svn.silverstripe.com/open/modules/cms/branches/2.2.1asfonz ........ r47174 | sminnee | 2007-12-17 13:58:48 +1300 (Mon, 17 Dec 2007) | 1 line Fixed bug in todo list reprot ........ git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@48521 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
71bf45250d
commit
c4e8850202
@ -35,7 +35,7 @@ abstract class SideReport extends Object {
|
||||
$fieldInfo = array(
|
||||
'link' => true,
|
||||
'newline' => false,
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
$fieldName = ereg_replace('[^A-Za-z0-9]+','',$fieldTitle);
|
||||
|
Loading…
Reference in New Issue
Block a user