]> dev.renevier.net Git - syp.git/blobdiff - inc/db/anydb.php
password is defined by user in wizard + localize wizard
[syp.git] / inc / db / anydb.php
index c88367a46277fb081309b020288e58eed88a6647..47d9a06dc3a154b9870aa0ddfd28affc6445caee 100644 (file)
@@ -69,10 +69,10 @@ interface anydbConnection {
     public function users_table_exists();
 
     /*
-     * create users table; if $error_if_exists is true; throws an err_query
-     * error in case users table already exists.
+     * create users table; 
+     * throws an err_query error in case users table already exists.
      */
-    public function create_users_table($error_if_exists);
+    public function create_users_table();
 
     /*
      * return true if items table already exists
@@ -80,10 +80,10 @@ interface anydbConnection {
     public function items_table_exists();
 
     /*
-     * create items table; if $error_if_exists is true; throws an err_query
-     * error in case items table already exists.
+     * create items table;
+     * throws an err_query error in case items table already exists.
      */
-    public function create_items_table($error_if_exists);
+    public function create_items_table();
 
     /*
      * set password $pwd for user $usrname. If $usrname does not exist, create