fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [10983] property: fix upgrade


From: Sigurd Nes
Subject: [Fmsystem-commits] [10983] property: fix upgrade
Date: Wed, 13 Mar 2013 09:39:12 +0000

Revision: 10983
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10983
Author:   sigurdne
Date:     2013-03-13 09:39:12 +0000 (Wed, 13 Mar 2013)
Log Message:
-----------
property: fix upgrade

Modified Paths:
--------------
    trunk/property/setup/tables_update.inc.php

Modified: trunk/property/setup/tables_update.inc.php
===================================================================
--- trunk/property/setup/tables_update.inc.php  2013-03-13 09:26:29 UTC (rev 
10982)
+++ trunk/property/setup/tables_update.inc.php  2013-03-13 09:39:12 UTC (rev 
10983)
@@ -7489,7 +7489,7 @@
                                'cat_access'            =>'public',
                                'cat_appname'           => 'property',
                                'cat_name'                      => 
$old_cat['cat_name'],
-                               'cat_description'       => 
$old_cat['cat_description'],
+                               'cat_description'       => 
$old_cat['cat_description'] ? $old_cat['cat_description'] : 
$old_cat['cat_name'],
                                'last_mod'                      => time(),
                                'location_id'           => $location_id
                        );




reply via email to

[Prev in Thread] Current Thread [Next in Thread]