From b1fb01437fd54dd0946a043b14f85c75fa416bdb Mon Sep 17 00:00:00 2001 From: Tony Baldwin Date: Sat, 17 Mar 2012 19:17:07 -0400 Subject: [PATCH] another attempt having difficulties perhaps resolved? --- ijpost.tar.gz | Bin 20480 -> 20480 bytes ijpost/ijpost.php | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ijpost.tar.gz b/ijpost.tar.gz index 2903c31752eccdf59dbe0ab5d12f2744733dc457..4c67d491fe871bcc1408017595db64a468050e1e 100644 GIT binary patch delta 156 zcmZozz}T>WaY8?zsga>MgMp!;p|KHzg6U*K#+1#BjD3tSabrVs0|o^Hh&b~?_Q{?s zyqni^^)WMgO}68k&+eI5oS2vDwfPC3J|mnXC18Ny1PaWaY8?zfw74RgMp!;p^+Jbg6U*K#+1#BjD3tSabrU>69xqXh&b~?cE-%j zi@9boGiFV; ' - . t('Post to insanejournal') . ''; + . t('Post to Insanejournal') . ''; } } @@ -67,24 +67,24 @@ function ijpost_settings(&$a,&$s) { /* Add some HTML to the existing form */ $s .= '
'; - $s .= '

' . t('Insanejournal Post Settings') . '

'; + $s .= '

' . t('InsaneJournal Post Settings') . '

'; $s .= '
'; - $s .= ''; + $s .= ''; $s .= ''; $s .= '
'; $s .= '
'; - $s .= ''; + $s .= ''; $s .= ''; $s .= '
'; $s .= '
'; - $s .= ''; + $s .= ''; $s .= ''; $s .= '
'; $s .= '
'; - $s .= ''; + $s .= ''; $s .= ''; $s .= '
'; @@ -150,7 +150,7 @@ function ijpost_send(&$a,&$b) { if($b['parent'] != $b['id']) return; - // insanejournal post in the IJ user's timezone. + // insanejournal post in the LJ user's timezone. // Hopefully the person's Friendica account // will be set to the same thing.