* @param $return_desc The return link name
* @param $page The current page
*
- * $Id: display.php,v 1.27 2003/09/05 09:06:45 chriskl Exp $
+ * $Id: display.php,v 1.28 2003/09/10 07:25:49 chriskl Exp $
*/
// Include application functions
echo "<p><a class=\"navlink\" href=\"{$_REQUEST['return_url']}\">{$_REQUEST['return_desc']}</a>";
if ($conf['show_reports'] && isset($rs) && is_object($rs) && $rs->recordCount() > 0) {
echo " | <a class=\"navlink\" href=\"reports.php?action=create&db_name=", urlencode($_REQUEST['database']), "&report_sql=",
- urlencode($_REQUEST['query']), "\">{$lang['strsaveasreport']}</a>\n";
+ urlencode($_REQUEST['query']), "\">{$lang['strcreatereport']}</a>\n";
}
if (isset($rs) && is_object($rs) && $rs->recordCount() > 0) {
echo " | <a class=\"navlink\" href=\"views.php?action=create&formDefinition=",
* English language file for phpPgAdmin. Use this as a basis
* for new translations.
*
- * $Id: english.php,v 1.103 2003/09/08 09:26:17 chriskl Exp $
+ * $Id: english.php,v 1.104 2003/09/10 07:25:49 chriskl Exp $
*/
// Language and character set
$lang['strreportneedsdef'] = 'You must give SQL for your report.';
$lang['strreportcreated'] = 'Report saved.';
$lang['strreportcreatedbad'] = 'Failed to save report.';
- $lang['strsaveasreport'] = 'Save as Report';
// Domains
$lang['strdomain'] = 'Domain';
* English language file for phpPgAdmin. Use this as a basis
* for new translations.
*
- * $Id: english.php,v 1.55 2003/09/08 09:26:17 chriskl Exp $
+ * $Id: english.php,v 1.56 2003/09/10 07:25:49 chriskl Exp $
*/
// Language and character set
$lang['strreportneedsdef'] = 'You must give SQL for your report.';
$lang['strreportcreated'] = 'Report saved.';
$lang['strreportcreatedbad'] = 'Failed to save report.';
- $lang['strsaveasreport'] = 'Save as Report';
// Domains
$lang['strdomain'] = 'Domain';
/**
* Function library read in upon startup
*
- * $Id: lib.inc.php,v 1.59 2003/09/10 01:55:52 chriskl Exp $
+ * $Id: lib.inc.php,v 1.60 2003/09/10 07:25:49 chriskl Exp $
*/
// Set error reporting level to max
$appName = 'phpPgAdmin';
// Application version
- $appVersion = '3.1-dev';
+ $appVersion = '3.1-rc1';
// Check to see if the configuration file exists, if not, explain
* how many SQL statements have been strung together with semi-colons
* @param $query The SQL query string to execute
*
- * $Id: sql.php,v 1.10 2003/09/05 04:58:14 chriskl Exp $
+ * $Id: sql.php,v 1.11 2003/09/10 07:25:49 chriskl Exp $
*/
// Include application functions
"&action=sql\">{$lang['strback']}</a>";
if ($conf['show_reports'] && isset($rs) && is_object($rs) && $rs->recordCount() > 0) {
echo " | <a class=\"navlink\" href=\"reports.php?action=create&db_name=", urlencode($_REQUEST['database']), "&report_sql=",
- urlencode($_POST['query']), "\">{$lang['strsaveasreport']}</a>";
+ urlencode($_POST['query']), "\">{$lang['strcreatereport']}</a>";
}
echo "</p>\n";