This commit is contained in:
Laurent Destailleur 2011-06-19 14:35:16 +00:00
parent ad0c76aaea
commit a00d389ea0
4 changed files with 14 additions and 15 deletions

View File

@ -17,17 +17,17 @@
*/
/**
\file htdocs/core/class/commonobjectline.class.php
\ingroup core
\brief File of the superclass of classes of lines of business objects (invoice, contract, PROPAL, commands, etc. ...)
\version $Id$
*/
* \file htdocs/core/class/commonobjectline.class.php
* \ingroup core
* \brief File of the superclass of classes of lines of business objects (invoice, contract, PROPAL, commands, etc. ...)
* \version $Id$
*/
/**
\class CommonObjectLine
\brief Superclass for class inheritance lines of business objects
*/
* \class CommonObjectLine
* \brief Superclass for class inheritance lines of business objects
*/
class CommonObjectLine
{

View File

@ -19,8 +19,8 @@
/**
* \file htdocs/core/class/discount.class.php
* \ingroup propal facture commande
* \brief Fichier de la classe de gestion des remises
* \ingroup core propal facture commande
* \brief File of class to manage absolute discounts
* \version $Id$
*/

View File

@ -20,10 +20,9 @@
/**
* \file htdocs/core/class/events.class.php
* \ingroup core
* \brief Events class file.
* \brief File of class to manage security events.
* \version $Id$
* \author Laurent Destailleur
* \remarks An event is when status of an object change.
*/
// Put here all includes required by your class file

View File

@ -19,8 +19,8 @@
/**
* \file htdocs/core/class/notify.class.php
* \ingroup core
* \brief Fichier de la classe de gestion des notifications
* \ingroup notification
* \brief File of class to manage notifications
* \version $Id$
*/
require_once(DOL_DOCUMENT_ROOT ."/lib/CMailFile.class.php");
@ -86,7 +86,7 @@ class Notify
function countDefinedNotifications($action,$socid)
{
global $conf;
$num=-1;
$sql = "SELECT n.rowid";