]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15402: remove version.php file from flickr plugin
authorjerome <jerome>
Thu, 18 Sep 2008 03:02:28 +0000 (03:02 +0000)
committerjerome <jerome>
Thu, 18 Sep 2008 03:02:28 +0000 (03:02 +0000)
repository/flickr/version.php [deleted file]

diff --git a/repository/flickr/version.php b/repository/flickr/version.php
deleted file mode 100644 (file)
index b5a7c3a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php // $Id$
-
-/////////////////////////////////////////////////////////////////////////////////
-///  Code fragment to define the version of repository plug-in (Flickr)
-/////////////////////////////////////////////////////////////////////////////////
-
-$plugin->name     = "Flickr Repository";
-$plugin->version  = 2008062701;  // The current plug-in version (Date: YYYYMMDDXX)
-$plugin->requires = 2007101509;  // The current plug-in version (Date: YYYYMMDDXX)
-$plugin->cron     = 3600;        // Period for cron to check this plug-in (secs)
-
-?>