This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Loads the specified documentInstance, the current authenticated user is retrieved | |
* to check that it's the document owner. | |
* Play! Framework with latest Scala module. | |
* Nicolas Martignole - 09/08/2011 | |
*/ | |
def loadImage(di:Option[Long]) = { | |
import play.utils.Scala.MayErr._ | |
val result=( |