This commit is contained in:
Laurent Destailleur 2011-03-08 11:32:52 +00:00
parent 63af6f017c
commit 07f3178a61
6 changed files with 15 additions and 19 deletions

View File

@ -218,7 +218,7 @@ function propale_pdf_create($db, $object, $modele, $outputlangs)
} }
/** /**
* Supprime l'image de previsualitation, pour le cas de regeneration de propal * Delete preview files
* @param db objet base de donnee * @param db objet base de donnee
* @param propalid id de la propal a effacer * @param propalid id de la propal a effacer
* @param propalref reference de la propal si besoin * @param propalref reference de la propal si besoin

View File

@ -121,10 +121,9 @@ function supplier_invoice_pdf_create($db, $object, $model, $outputlangs)
} }
/** /**
* Enter description here... * Delete preview files
*
* @param $db * @param $db
* @param $propalid * @param $objectid
* @return int * @return int
*/ */
function supplier_invoice_delete_preview($db, $objectid) function supplier_invoice_delete_preview($db, $objectid)

View File

@ -196,10 +196,9 @@ function supplier_order_pdf_create($db, $object, $model, $outputlangs)
} }
/** /**
* Enter description here... * Delete preview files
*
* @param $db * @param $db
* @param $propalid * @param $objectid
* @return int * @return int
*/ */
function supplier_order_delete_preview($db, $objectid) function supplier_order_delete_preview($db, $objectid)

View File

@ -422,11 +422,11 @@ function format_cal($format,$string)
} }
/** /**
* \brief Cut string after 75 chars. Add CRLF+Space. * Cut string after 75 chars. Add CRLF+Space.
* \param string String to convert * line must be encoded in UTF-8
* \return string String converted * @param line String to convert
* \remarks line must be encoded in UTF-8 * @return string String converted
*/ */
function CalEncode($line) function CalEncode($line)
{ {
$out = ''; $out = '';

View File

@ -790,7 +790,7 @@ if (! function_exists("llxHeader"))
/** /**
* Show HTML header * Show HTTP header
*/ */
function top_httphead() function top_httphead()
{ {

View File

@ -432,12 +432,10 @@ $countryCode, $currencyCode, $tag )
/** /**
'-------------------------------------------------------------------------------------------------------------------------------------------
* hash_call: Function to perform the API call to PayPal using API signature * hash_call: Function to perform the API call to PayPal using API signature
* @methodName is name of API method. * @param methodName is name of API method.
* @nvpStr is nvp string. * @param nvpStr is nvp string.
* returns an associtive array containing the response from the server. * @return array returns an associtive array containing the response from the server.
'-------------------------------------------------------------------------------------------------------------------------------------------
*/ */
function hash_call($methodName,$nvpStr) function hash_call($methodName,$nvpStr)
{ {