diff includes/actions.inc @ 19:3edae6ecd6c6 6.9

Drupal 6.9
author Franck Deroche <franck@defr.org>
date Thu, 15 Jan 2009 10:15:56 +0100
parents 8b6c45761e01
children
line wrap: on
line diff
--- a/includes/actions.inc	Tue Dec 23 14:32:55 2008 +0100
+++ b/includes/actions.inc	Thu Jan 15 10:15:56 2009 +0100
@@ -1,5 +1,5 @@
 <?php
-// $Id: actions.inc,v 1.8.2.5 2008/10/16 12:45:53 goba Exp $
+// $Id: actions.inc,v 1.8.2.6 2009/01/06 17:02:58 goba Exp $
 
 /**
  * @file
@@ -252,7 +252,7 @@
  */
 function actions_synchronize($actions_in_code = array(), $delete_orphans = FALSE) {
   if (!$actions_in_code) {
-    $actions_in_code = actions_list();
+    $actions_in_code = actions_list(TRUE);
   }
   $actions_in_db = array();
   $result = db_query("SELECT * FROM {actions} WHERE parameters = ''");