~ubuntu-branches/ubuntu/quantal/gallery2/quantal

« back to all changes in this revision

Viewing changes to modules/core/classes/GalleryStorage.class

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2007-09-10 20:22:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070910202219-0jsuntvqge4ade6b
Tags: 2.2.3-2
Add Slovak translation of Debconf templates.  (Thanks to 
Ivan Masá.  Closes: #441671)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 * @package GalleryCore
24
24
 * @subpackage Classes
25
25
 * @author Bharat Mediratta <bharat@menalto.com>
26
 
 * @version $Revision: 15927 $
 
26
 * @version $Revision: 16630 $
27
27
 */
28
28
 
29
29
/* Require the ADOdb libraries */
1367
1367
            return GalleryCoreApi::utf8Substring($value, 0, $size);
1368
1368
        }
1369
1369
    }
 
1370
 
 
1371
    /**
 
1372
     * Load the Maps.inc and Entities.inc into the schema table for the specified module
 
1373
     * @param string $moduleId
 
1374
     * @return object GalleryStatus a status code
 
1375
     */
 
1376
    function updateTableInfo($moduleId) {
 
1377
        $extras =& $this->_getExtras();
 
1378
        return $extras->_updateTableInfo($moduleId);
 
1379
    }
1370
1380
}
1371
1381
 
1372
1382
/**