From 9f181be10fb44a768750c2d9fa4cb4d9f66bc836 Mon Sep 17 00:00:00 2001 From: "godzilla80@gmx.net" <> Date: Fri, 1 May 2009 09:53:23 +0000 Subject: Fixed Issue #122 - SqlMap: support for properties in resource filenames, fix sqlmap doc - property "name" instead of "key" --- docs/sqlmap/latex/ch8.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/sqlmap/latex/ch8.tex b/docs/sqlmap/latex/ch8.tex index 7d7e3576..79ab7418 100644 --- a/docs/sqlmap/latex/ch8.tex +++ b/docs/sqlmap/latex/ch8.tex @@ -166,7 +166,7 @@ elements. For example: - + \end{verbatim} @@ -188,11 +188,11 @@ elements. For example: \\ \hline % - \tt{key} & + \tt{name} & \begin{minipage}{0.7\textwidth}\vspace{2mm} - Defines a property key (variable) name + Defines a property name (variable) name \vspace{-3mm}\begin{verbatim} - key="username" + name="username" \end{verbatim}\vspace{-5mm} \end{minipage} \\ @@ -201,7 +201,7 @@ elements. For example: \tt{value} & \begin{minipage}{0.7\textwidth}\vspace{2mm} Defines a value that will be used by the DataMapper in place of the - the specified property key/variable + the specified property name/variable \vspace{-3mm}\begin{verbatim} value="mydbuser" \end{verbatim}\vspace{-5mm} -- cgit v1.2.3