From: Banana Date: Tue, 16 Jul 2019 14:03:33 +0000 (+0200) Subject: last updated info added to link table X-Git-Tag: 2.1-alpha-2019-0-29~17 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=7d47c7a779f8a4f95e63a481509e936ba64e940d;p=insipid.git last updated info added to link table --- diff --git a/webroot/lib/link.class.php b/webroot/lib/link.class.php index 97ae77e..340dbf1 100644 --- a/webroot/lib/link.class.php +++ b/webroot/lib/link.class.php @@ -58,7 +58,8 @@ class Link { any_value(`id`) as id, any_value(`link`) as link, any_value(`created`) as created, - any_value(`status`) as status, + any_value(`updated`) as `updated`, + any_value(`status`) as `status`, any_value(`description`) as description, any_value(`title`) as title, any_value(`image`) as image, @@ -281,4 +282,4 @@ class Link { } } } - ?> \ No newline at end of file + ?> diff --git a/webroot/view/editlink.php b/webroot/view/editlink.php index 8a8a589..07fbbd3 100644 --- a/webroot/view/editlink.php +++ b/webroot/view/editlink.php @@ -81,7 +81,10 @@

Date added:

-

+

+ + (Last update: ) +