|
From: <rd...@us...> - 2008-08-01 18:01:22
|
Revision: 746
http://digir.svn.sourceforge.net/digir/?rev=746&view=rev
Author: rdg
Date: 2008-08-01 18:01:18 +0000 (Fri, 01 Aug 2008)
Log Message:
-----------
Just updated message to user in data source config tab.
Modified Paths:
--------------
tapirlink/trunk/ChangeLog.txt
tapirlink/trunk/classes/TpDataSourceForm.php
tapirlink/trunk/www/tapir_globals.php
Modified: tapirlink/trunk/ChangeLog.txt
===================================================================
--- tapirlink/trunk/ChangeLog.txt 2008-08-01 16:58:44 UTC (rev 745)
+++ tapirlink/trunk/ChangeLog.txt 2008-08-01 18:01:18 UTC (rev 746)
@@ -1,6 +1,6 @@
Release 0.6.1 (2008-08-01)
--------------------------
-(revision 745)
+(revision 746)
* Added support for automatic updates.
* Bugfix: dateLastUpdated environment variable was not working if it
Modified: tapirlink/trunk/classes/TpDataSourceForm.php
===================================================================
--- tapirlink/trunk/classes/TpDataSourceForm.php 2008-08-01 16:58:44 UTC (rev 745)
+++ tapirlink/trunk/classes/TpDataSourceForm.php 2008-08-01 18:01:18 UTC (rev 746)
@@ -46,7 +46,7 @@
}
else
{
- $this->SetMessage( "The next steps depend on an open connection with your database.\nPlease, provide the necessary information here.\n\nNote: if you get a blank page after clicking on 'next',\nyou probably didn't install the corresponding PHP module to\nconnect to your database." );
+ $this->SetMessage( "The next steps depend on an open connection with your database.\nPlease, provide the necessary information here.\n\nNote: if you get a blank page after clicking on 'next step'\nor PHP errors from ADOdb, you probably didn't install the corresponding\nPHP module to connect to a database using the selected driver." );
$r_data_source->LoadDefaults();
}
Modified: tapirlink/trunk/www/tapir_globals.php
===================================================================
--- tapirlink/trunk/www/tapir_globals.php 2008-08-01 16:58:44 UTC (rev 745)
+++ tapirlink/trunk/www/tapir_globals.php 2008-08-01 18:01:18 UTC (rev 746)
@@ -552,7 +552,6 @@
define( 'TP_VERSION', '0.6.1' );
-
$revision = '$Revision$.';
$revision_regexp = '/^\$'.'Revision:\s(\d+)\s\$\.$/';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|