From: Nicolas Boisselier Date: Tue, 8 Mar 2016 13:19:00 +0000 (+0100) Subject: error msg X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=9b0c8c2ac7b0b5aa08df3f08ab34fac115c01667;p=nb.git error msg --- diff --git a/lib/php/db/table.php b/lib/php/db/table.php index 6d24da70..3f8a261b 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -269,7 +269,7 @@ FROM pg_catalog.pg_attribute a WHERE a.attrelid = (SELECT c.oid FROM pg_catalog. } - if (empty($this->fields)) bye($this->name." does not exists!"); + if (empty($this->fields)) bye("Table `".$this->name."` does not exists into database ".$this->db->name."!"); } #bye($this->fields);