diff modules/system/system.module @ 9:acef7ccb09b5 6.4

Drupal 6.4
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:32:08 +0100
parents fff6d4c8c043
children 589fb7c02327
line wrap: on
line diff
--- a/modules/system/system.module	Tue Dec 23 14:30:28 2008 +0100
+++ b/modules/system/system.module	Tue Dec 23 14:32:08 2008 +0100
@@ -1,5 +1,5 @@
 <?php
-// $Id: system.module,v 1.585.2.13 2008/07/09 21:48:28 goba Exp $
+// $Id: system.module,v 1.585.2.16 2008/08/13 23:59:13 drumm Exp $
 
 /**
  * @file
@@ -9,7 +9,7 @@
 /**
  * The current system version.
  */
-define('VERSION', '6.3');
+define('VERSION', '6.4');
 
 /**
  * Core API compatibility.
@@ -842,7 +842,7 @@
 function _system_theme_data() {
   static $themes_info = array();
 
-  if (empty($theme_info)) {
+  if (empty($themes_info)) {
     // Find themes
     $themes = drupal_system_listing('\.info$', 'themes');
     // Find theme engines