From 69dc1b03c3ce8ee7199f337e50402d98679cb6bf Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 31 Aug 2015 21:01:47 -0700 Subject: typo in sql --- include/identity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/identity.php b/include/identity.php index c892a4b55..2535e1e1d 100644 --- a/include/identity.php +++ b/include/identity.php @@ -565,7 +565,7 @@ function identity_basic_export($channel_id, $items = false) { if(! $items) return $ret; - $r = q("select * likes where channel_id = %d", + $r = q("select * from likes where channel_id = %d", intval($channel_id) ); -- cgit v1.2.3 From d753ae4cf1bb0f9c9f4e59ccbaaca6342ef144be Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 1 Sep 2015 16:25:10 -0700 Subject: dummy update placeholder --- boot.php | 2 +- install/update.php | 9 ++++++++- version.inc | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/boot.php b/boot.php index eada024d4..b2f3f0bd1 100755 --- a/boot.php +++ b/boot.php @@ -49,7 +49,7 @@ define ( 'PLATFORM_NAME', 'redmatrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1149 ); +define ( 'DB_UPDATE_VERSION', 1150 ); /** * @brief Constant with a HTML line break. diff --git a/install/update.php b/install/update.php index 6f3e28791..d84b8c6d7 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@