Skip to content

Commit

Permalink
Preparing 1.08a2
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2009 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Aug 22, 2006
1 parent d4a8bbd commit ab30369
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.php
Expand Up @@ -37,7 +37,7 @@
//Ensure script is not run directly, avoid path disclosure
if (!isset($dbprefix)) {die("Cannot run this script directly");}

$versionnumber = "1.08a";
$versionnumber = "1.08a2";
$dbversionnumber = 109;

##################################################################################
Expand Down
2 changes: 1 addition & 1 deletion config.php
Expand Up @@ -43,7 +43,7 @@
$databaseuser = "root"; // The name of a user with rights to create db (or if db already exists, then rights within that db)
$databasepass = ""; // Password of db user
$databasetabletype = "MyISAM"; // Default mySQL table type (only used if creating db automatically through script -eg "MyISAM" or "InnoDB"
$dbprefix = "phpsv_"; // A global prefix that can be added to all PHPSurveyor tables. Use this if you are sharing
$dbprefix = "phpsv_"; // A global prefix that can be added to all PHPSurveyor tables. Use this if you are sharing
// a database with other applications. Suggested prefix is "phpsv_"

$useidprefix = 0; // Set this to 1 if you want to use a prefix on survey responses (useful for replicated/pooled databases)
Expand Down
6 changes: 6 additions & 0 deletions docs/release_notes_and_upgrade_instructions.txt
Expand Up @@ -69,6 +69,12 @@ The upgrade procedure step-by-step:
Thank you to everyone who helped with this new release!



Changes from 1.08a to 1.08a2

-Numerous fixes


Changes from 1.0 to 1.08a

- Completely overhauled interface icons. The style has been kindly created by Mitchell Butler. Small additions by c_schmitz.
Expand Down

0 comments on commit ab30369

Please sign in to comment.