SourceForge logo
SourceForge logo
Menu

phpwiki-checkins

From: Geoffrey T. D. <da...@us...> - 2001年12月08日 16:02:38
Update of /cvsroot/phpwiki/phpwiki/lib/WikiDB/backend
In directory usw-pr-cvs1:/tmp/cvs-serv23078/lib/WikiDB/backend
Modified Files:
	mysql.php 
Log Message:
Significant bug fix: not all changes showing up in RecentChanges.
Index: mysql.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/WikiDB/backend/mysql.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** mysql.php	2001年11月17日 00:49:29	1.2
--- mysql.php	2001年12月08日 16:02:35	1.3
***************
*** 14,19 ****
 
 // Older MySQL's don't have CASE WHEN ... END
! $this->_expressions['maxmajor'] = "MAX(IF(minor_edit=0,version,NULL))";
! $this->_expressions['maxminor'] = "MAX(IF(minor_edit<>0,version,NULL))";
 }
 
--- 14,19 ----
 
 // Older MySQL's don't have CASE WHEN ... END
! $this->_expressions['maxmajor'] = "MAX(IF(minor_edit=0,version,0))";
! $this->_expressions['maxminor'] = "MAX(IF(minor_edit<>0,version,0))";
 }
 
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /