|
CVS: phpwiki/lib upgrade.php,1.39,1.40: msg#00198web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21935 Modified Files: upgrade.php Log Message: clarify messages Index: upgrade.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/upgrade.php,v retrieving revision 1.39 retrieving revision 1.40 diff -u -2 -b -p -d -r1.39 -r1.40 --- upgrade.php 30 Jan 2005 23:09:17 -0000 1.39 +++ upgrade.php 30 Jan 2005 23:22:17 -0000 1.40 @@ -413,5 +413,5 @@ function CheckDatabaseUpdate(&$request) // upgrade to 4.1.8 destroyed my session table: // sess_id => varchar(10), sess_data => varchar(5). For others obviously also. - echo _("check for new session.sess_id sanity")," ... "; + echo _("check for mysql session.sess_id sanity")," ... "; $result = $dbh->genericSqlQuery("DESCRIBE $session_tbl"); if ($DBParams['dbtype'] == 'SQL') { @@ -484,5 +484,5 @@ function CheckDatabaseUpdate(&$request) // mysql, mysqli or mysqlt if (phpwiki_version() >= 1030.099 and substr($backend_type,0,5) == 'mysql') { - echo _("check for page.id auto_increment flag")," ..."; + echo _("check for mysql page.id auto_increment flag")," ..."; extract($dbh->_backend->_table_names); assert(!empty($page_tbl)); @@ -834,4 +834,7 @@ function DoUpgrade($request) { /* $Log$ + Revision 1.40 2005/01/30 23:22:17 rurban + clarify messages + Revision 1.39 2005/01/30 23:09:17 rurban sanify session fields ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS: phpwiki/lib loadsave.php,1.136,1.137: 00198, Reini Urban |
|---|---|
| Next by Date: | CVS: phpwiki/lib ziplib.php,1.43,1.44: 00198, Reini Urban |
| Previous by Thread: | CVS: phpwiki/lib loadsave.php,1.136,1.137i: 00198, Reini Urban |
| Next by Thread: | CVS: phpwiki/lib ziplib.php,1.43,1.44: 00198, Reini Urban |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |