<?php // $Id: pimoxLang_pimoxdbmysql3.php,v 1.1 2001/11/09 18:48:32 www Exp $ // Project : The pimox Engine Project // Module : User's Language Module - Database Class for MySQL 3 // - Please feel free to edit for your site // This program is licensed as explained in the LICENCE-file of the distribution // -------- Edit Below ----------- $this->pimoxDbErr_connect = "<p>pimox: Fatal Error - Cannot connect to database server</p>"; $this->pimoxDbErr_select = "<p>pimox: Fatal Error - Cannot open database</p>"; $this->pimoxDbErr_query = "<p>pimox: Error: Failed database query</p>"; $this->pimoxDbErr_fieldInfo = "<p>pimox: Error: No information available for the field</p>"; // -------- Stop Editing ----------- ?>