diff options
author | friendica <info@friendica.com> | 2013-03-11 17:42:12 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-11 17:42:12 -0700 |
commit | f09f2998dc2afecf8c2d632512b0e9850808749e (patch) | |
tree | 16d52aea9ea0806c7f6adb40d67bdd856f5eb93f | |
parent | d568f4d0291f41ca27d259d2688e948199956dd9 (diff) | |
download | volse-hubzilla-f09f2998dc2afecf8c2d632512b0e9850808749e.tar.gz volse-hubzilla-f09f2998dc2afecf8c2d632512b0e9850808749e.tar.bz2 volse-hubzilla-f09f2998dc2afecf8c2d632512b0e9850808749e.zip |
unknown column
-rw-r--r-- | include/queue.php | 4 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/queue.php b/include/queue.php index 44816673c..ec7246cb2 100644 --- a/include/queue.php +++ b/include/queue.php @@ -40,14 +40,14 @@ function queue_run($argv, $argc){ return; foreach($r as $rr) { - if(in_array($rr['outq_hub'],$deadguys)) + if(in_array($rr['outq_posturl'],$deadguys)) continue; $result = zot_zot($rr['outq_posturl'],$rr['outq_notify']); if($result['success']) { zot_process_response($rr['outq_posturl'],$result, $rr); } else { - $deadguys[] = $rr['outq_hub']; + $deadguys[] = $rr['outq_posturl']; $y = q("update outq set outq_updated = '%s' where outq_hash = '%s' limit 1", dbesc(datetime_convert()), dbesc($rr['outq_hash']) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0f9e9ac70..22a0709d6 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3753,4 +3753,4 @@ ul.menu-popup { .profile-match-connect { margin-top: 5px; } -.reshared-content { margin-left: 10px; } +.reshared-content { margin-left: 30px; } |