X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Fdb%2Fanydb.php;h=47d9a06dc3a154b9870aa0ddfd28affc6445caee;hp=c88367a46277fb081309b020288e58eed88a6647;hb=a95b8e8626615eb84bd4760a0640d13dc1e67bab;hpb=7a8818d6a3dba51ca8dfc4142488a139618dfdb0 diff --git a/inc/db/anydb.php b/inc/db/anydb.php index c88367a..47d9a06 100644 --- a/inc/db/anydb.php +++ b/inc/db/anydb.php @@ -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