Changeset 326


Ignore:
Timestamp:
Apr 27, 2008 12:38:11 AM (16 years ago)
Author:
quinn
Message:

Set the constructor name correct in Google_API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Google_API.inc.php

    r195 r326  
    4848     * @access public
    4949     */
    50     function GoogleAPI($licenseKey)
     50    function Google_API($licenseKey)
    5151    {
    5252        $this->_licenseKey = $licenseKey;
Note: See TracChangeset for help on using the changeset viewer.