Forums

WP Db Abstraction
some error in translations.php (1 post)

  1. runner973@hotmail.com
    Member
    Posted 3 months ago #

    Seems to be some errors in translation.php

    Modify the row 388 from
    $param = "'$param'";
    to
    $param = "$param";

    Other change
    // Check for true offset
    if ( (count($limit_matches) == 5 ) && $limit_matches[1] != '0' ) {
    $true_offset = true;
    } elseif ( (count($limit_matches) >= 5 ) && $limit_matches[1] == '0' ) {
    $limit_matches[1] = $limit_matches[4];
    }

    Now all seems to function correctly.
    Can you confirm the modifies?
    Thank you

    For more details you can view posts on support forum
    http://sourceforge.net/projects/wp-sqlsrv/forums/forum/1125734/topic/5008814

    http://sourceforge.net/projects/wp-sqlsrv/forums/forum/1124403/topic/5004241

    http://wordpress.org/extend/plugins/wordpress-database-abstraction/

Reply

You must log in to post.

About this Plugin

About this Topic

  • RSS feed for this topic
  • Started 3 months ago by runner973@hotmail.com
  • This topic is not resolved
  • WordPress version: 3.3.1