Make delete links non-printing.
[readifood.git] / propel / build / classes / ReadifoodObject.php
index 17efec8..9993239 100644 (file)
@@ -23,7 +23,7 @@
     }
 
     function getDeleteLink() {
-      return $this->getActionLink("delete", "Delete", "delete");
+      return $this->getActionLink("delete", "Delete", array("delete", "noprint"));
     }
   }