git://git.iain.cx/iain
/
readifood.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bd4ad3
)
Make delete links non-printing.
author
Iain Patterson
<me@iain.cx>
Mon, 13 May 2013 08:35:56 +0000
(
04:35
-0400)
committer
Iain Patterson
<me@iain.cx>
Mon, 13 May 2013 12:48:05 +0000
(08:48 -0400)
Delete links don't need to be shown in hardcopies.
propel/build/classes/ReadifoodObject.php
patch
|
blob
|
history
diff --git
a/propel/build/classes/ReadifoodObject.php
b/propel/build/classes/ReadifoodObject.php
index
17efec8
..
9993239
100644
(file)
--- a/
propel/build/classes/ReadifoodObject.php
+++ b/
propel/build/classes/ReadifoodObject.php
@@
-23,7
+23,7
@@
}
function getDeleteLink() {
- return $this->getActionLink("delete", "Delete",
"delete"
);
+ return $this->getActionLink("delete", "Delete",
array("delete", "noprint")
);
}
}