noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 118/151: correct typo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 118/151: correct typo
Date: Sat, 4 Feb 2017 17:14:33 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 494c0b9da5f79372b78421a06efe7747c51dba0e
Author: Dany De Bontridder <address@hidden>
Date:   Sat Jan 14 10:00:00 2017 +0100

    correct typo
---
 include/lib/class_manage_table_sql.php |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/lib/class_manage_table_sql.php 
b/include/lib/class_manage_table_sql.php
index f91d4bb..a71bdad 100644
--- a/include/lib/class_manage_table_sql.php
+++ b/include/lib/class_manage_table_sql.php
@@ -101,7 +101,7 @@ class Manage_Table_SQL
         elseif ($p_value==True)
             $this->a_prop[$p_key]=$this->a_prop[$p_key]|self::UPDATABLE;
         else
-            throw new Exception ("set_property_updatable [ $p_value ] 
incorrect";
+            throw new Exception ("set_property_updatable [ $p_value ] 
incorrect");
     }
 
     /**
@@ -149,7 +149,7 @@ class Manage_Table_SQL
      */
     function get_property_updatable($p_key)
     {
-        if ( $this->a_prop[$p_key] & self:UPDATABLE == 1) return true;
+        if ( $this->a_prop[$p_key] & self::UPDATABLE == 1) return true;
         return false;
     }
 
@@ -167,7 +167,7 @@ class Manage_Table_SQL
         elseif ($p_value==True)
             $this->a_prop[$p_key]=$this->a_prop[$p_key]|self::VISIBLE;
         else
-            throw new Exception ("set_property_updatable [ $p_value ] 
incorrect";
+            throw new Exception ("set_property_updatable [ $p_value ] 
incorrect");
     }
 
     /**
@@ -176,7 +176,7 @@ class Manage_Table_SQL
      */
     function get_property_visible($p_key)
     {
-        if ( $this->a_prop[$p_key] & self:VISIBLE == 1) return true;
+        if ( $this->a_prop[$p_key] & self::VISIBLE == 1) return true;
         return false;
     }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]