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

« back to all changes in this revision

Viewing changes to modules/core/AdminRepository.inc

  • 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:
25
25
 * @package GalleryCore
26
26
 * @subpackage UserInterface
27
27
 * @author Jozef Selesi <selesi at gmail dot com>
28
 
 * @version $Revision: 15855 $
 
28
 * @version $Revision: 16471 $
29
29
 */
30
30
class AdminRepositoryController extends GalleryController {
31
31
 
309
309
            $AdminRepository['showIncompatible'] = 1;
310
310
        }
311
311
 
312
 
        $AdminRepository['coreUpgradeAvailable'] = false;
 
312
        $AdminRepository['isCoreUpgradeAvailable'] = false;
313
313
        $AdminRepository['upgradesAvailable'] = false;
314
314
        foreach ($repositories as $source => $repository) {
315
315
            if (!$repository->localIndexExists()) {