Fix cosmetic
This commit is contained in:
parent
5813594789
commit
cdaea3f561
1 changed files with 4 additions and 10 deletions
|
|
@ -43,19 +43,13 @@ class print_ca {
|
|||
$this->db=$p_cn;
|
||||
}
|
||||
/*!
|
||||
* \brief
|
||||
* \param
|
||||
* \param
|
||||
* \param
|
||||
*
|
||||
*
|
||||
* \return
|
||||
* \brief fill a object with request
|
||||
*/
|
||||
function get_request() {
|
||||
$this->to=(isset($_REQUEST['from']))?$_REQUEST['from']:"";
|
||||
$this->from=(isset($_REQUEST['from']))?$_REQUEST['from']:"";
|
||||
$this->to=(isset($_REQUEST['to']))?$_REQUEST['to']:"";
|
||||
$this->to=(isset($_REQUEST['from_poste']))?$_REQUEST['from_poste']:"";
|
||||
$this->to=(isset($_REQUEST['to_poste']))?$_REQUEST['to_poste']:"";
|
||||
$this->from_poste=(isset($_REQUEST['from_poste']))?$_REQUEST['from_poste']:"";
|
||||
$this->to_poste=(isset($_REQUEST['to_poste']))?$_REQUEST['to_poste']:"";
|
||||
|
||||
}
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue