fixed lintian complaints and cleaned up debian/rules
[iserv-mod-error-reporter.git] / inc / class_erErrorReport.inc
index 22cfc42..827dc4d 100644 (file)
@@ -60,7 +60,8 @@ class erErrorReport {
    * @param $strOwner (string) Account name of the creator
    * @param $strMachine (string) Machine to which the report refers
    * @param $strText (string) Text of the report
-   * @param $bHidden (bool) Indicate if the report can be seen by non-administrators
+   * @param $bHidden (bool) Indicate if the report can be seen by
+   *  non-administrators
    * @return erError
    */
   function erErrorReport($tsDate = null, $strOwner = null, $strMachine = null, $strText = null,
@@ -75,7 +76,7 @@ class erErrorReport {
     $this->bHidden = ($bHidden == true);
   }
   
-  /////////////////////////////////////////// SETTER FUNCTIONS ///////////////////////////////////////////
+  ////////////////////////////// SETTER FUNCTIONS //////////////////////////////
   
   /**
    * @}
@@ -120,11 +121,12 @@ class erErrorReport {
   }
   /**
    * Set the visibility of the report
-   * @param $value (bool) <tt>true</tt>: the report is only visible for administrators
+   * @param $value (bool) <tt>true</tt>: the report is only visible for
+   *  administrators
    */
   function setVisibility($value) { $this->bHidden = $value; }
   
-  /////////////////////////////////////////// GETTER FUNCTIONS ///////////////////////////////////////////
+  ////////////////////////////// GETTER FUNCTIONS //////////////////////////////
   
   /**
    * @}
@@ -132,7 +134,7 @@ class erErrorReport {
    * @{
    */
   
-       /**
+  /**
    * Get the unique ID in the database
    * @return (int)
    */
@@ -175,4 +177,4 @@ class erErrorReport {
   
   /**@}*/
 }
-?>
\ No newline at end of file
+?>
This page took 0.019328 seconds and 4 git commands to generate.