noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/05: adapt script


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/05: adapt script
Date: Tue, 17 Feb 2015 22:23:42 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 90693b7396b9d886a174a8e6aad899acf2610d52
Author: Dany De Bontridder <address@hidden>
Date:   Mon Feb 16 13:06:56 2015 +0100

    adapt script
---
 dev/manage-code/create-file/create_phpclass.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/manage-code/create-file/create_phpclass.py 
b/dev/manage-code/create-file/create_phpclass.py
index 1b4a5fc..3786aee 100755
--- a/dev/manage-code/create-file/create_phpclass.py
+++ b/dev/manage-code/create-file/create_phpclass.py
@@ -55,13 +55,13 @@ Example
 
 @endcode
  */
-require_once('class_phpcompta_sql.php');
+require_once('class_noalyss_sql.php');
 
 
 /**
  address@hidden Manage the table @table@
 */
-class @class_name@ extends Phpcompta_SQL
+class @class_name@ extends Noalyss_SQL
 {
        @vars@
   /* example private 
$variable=array("easy_name"=>column_name,"email"=>"column_name_email","val3"=>0);
 */



reply via email to

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