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,10 +218,10 @@ 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 propalid id de la propal a effacer
* @param propalref reference de la propal si besoin
* @param propalref reference de la propal si besoin
*/
function propale_delete_preview($db, $propalid, $propalref='')
{

View File

@ -121,10 +121,9 @@ function supplier_invoice_pdf_create($db, $object, $model, $outputlangs)
}
/**
* Enter description here...
*
* Delete preview files
* @param $db
* @param $propalid
* @param $objectid
* @return int
*/
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 $propalid
* @param $objectid
* @return int
*/
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.
* \param string String to convert
* \return string String converted
* \remarks line must be encoded in UTF-8
*/
* Cut string after 75 chars. Add CRLF+Space.
* line must be encoded in UTF-8
* @param line String to convert
* @return string String converted
*/
function CalEncode($line)
{
$out = '';

View File

@ -790,7 +790,7 @@ if (! function_exists("llxHeader"))
/**
* Show HTML header
* Show HTTP header
*/
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
* @methodName is name of API method.
* @nvpStr is nvp string.
* returns an associtive array containing the response from the server.
'-------------------------------------------------------------------------------------------------------------------------------------------
* @param methodName is name of API method.
* @param nvpStr is nvp string.
* @return array returns an associtive array containing the response from the server.
*/
function hash_call($methodName,$nvpStr)
{