This commit is contained in:
Laurent Destailleur 2012-02-24 11:23:52 +01:00
parent cc6a2c8d84
commit db396ed67c
5 changed files with 10 additions and 10 deletions

View File

@ -587,9 +587,9 @@ class DoliDBMssql
}
/**
* Formate a SQL IF
* Format a SQL IF
*
* @param string $test chaine test
* @param string $test Test string (example: 'cd.statut=0', 'field IS NULL')
* @param string $resok resultat si test egal
* @param string $resko resultat si test non egal
* @return string SQL string

View File

@ -562,9 +562,9 @@ class DoliDBMysql
}
/**
* Formate a SQL IF
* Format a SQL IF
*
* @param string $test chaine test
* @param string $test Test string (example: 'cd.statut=0', 'field IS NULL')
* @param string $resok resultat si test egal
* @param string $resko resultat si test non egal
* @return string SQL string

View File

@ -572,9 +572,9 @@ class DoliDBMysqli
}
/**
* Formate a SQL IF
* Format a SQL IF
*
* @param string $test chaine test
* @param string $test Test string (example: 'cd.statut=0', 'field IS NULL')
* @param string $resok resultat si test egal
* @param string $resko resultat si test non egal
* @return string SQL string

View File

@ -758,9 +758,9 @@ class DoliDBPgsql
}
/**
* Formate a SQL IF
* Format a SQL IF
*
* @param string $test chaine test
* @param string $test Test string (example: 'cd.statut=0', 'field IS NULL')
* @param string $resok resultat si test egal
* @param string $resko resultat si test non egal
* @return string chaine formate SQL

View File

@ -702,9 +702,9 @@ class DoliDBSqlite
}
/**
* Formate a SQL IF
* Format a SQL IF
*
* @param string $test chaine test
* @param string $test Test string (example: 'cd.statut=0', 'field IS NULL')
* @param string $resok resultat si test egal
* @param string $resko resultat si test non egal
* @return string SQL string