X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=extlib%2FDB.php;h=a511979e67a74816f1facdcedc7c2ec2e16dde01;hb=ae696728f5edf8972c68c17ce9ea21f07d44cbed;hp=4ef66f66f567ac8205a6b69915b6479c4a43b722;hpb=104a47e4a2903f1c7ea73363a73cee12f0cf14ac;p=quix0rs-gnu-social.git diff --git a/extlib/DB.php b/extlib/DB.php index 4ef66f66f5..a511979e67 100644 --- a/extlib/DB.php +++ b/extlib/DB.php @@ -1341,7 +1341,7 @@ class DB_result * returning the total number of rows that would have been returned, * rather than the real number. As a result, we'll just do the limit * calculations for fbsql in the same way as a database with emulated - * limits. Unfortunately, we cannot just do this in DB_fbsql::numRows() + * limits. Unfortunately, we can't just do this in DB_fbsql::numRows() * because that only gets the result resource, rather than the full * DB_Result object. */ if (($this->dbh->features['limit'] === 'emulate'