Skip to content

Commit

Permalink
Merge branch 'QA_4_2'
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Apr 30, 2014
2 parents 7d9c1a0 + 8d43ced commit bc435c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ phpMyAdmin - ChangeLog
- bug #4380 Cannot display table structure with enums containing special characters
- bug #4381 Cannot remove the last remembered sorted column
- bug Correctly fetch length of user and host fields in MySQL tables
- bug #4364 examples/signon.php does not support the SessionSavePath directive

4.2.0.0 (not yet released)
+ rfe #1403 Export only triggers
Expand Down
2 changes: 2 additions & 0 deletions examples/signon.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
/* Create signon session */
$session_name = 'SignonSession';
session_name($session_name);
// Uncomment and change the following line to match your $cfg['SessionSavePath']
//session_save_path('/foobar');
session_start();

/* Was data posted? */
Expand Down

0 comments on commit bc435c9

Please sign in to comment.