]> git.mxchange.org Git - friendica.git/commitdiff
remove stray template variable from old code
authorfriendica <info@friendica.com>
Wed, 21 Mar 2012 06:57:33 +0000 (23:57 -0700)
committerfriendica <info@friendica.com>
Wed, 21 Mar 2012 06:57:33 +0000 (23:57 -0700)
include/conversation.php
view/jot-header.tpl

index e9f024c27456d0d53d5ae6e97b2474f20bfd8cf9..5de4fcb51a00b3f1f18f582a30497d3fc7ee7d40 100755 (executable)
@@ -897,8 +897,7 @@ function status_editor($a,$x, $notes_cid = 0, $popup=false) {
                '$audurl' => t("Please enter an audio link/URL:"),
                '$term' => t('Tag term:'),
                '$fileas' => t('File as:'),
-               '$whereareu' => t('Where are you right now?'),
-               '$title' => t('Enter a title for this item') 
+               '$whereareu' => t('Where are you right now?')
        ));
 
 
index 88df73494fef3c54d71d9726fa0b6de1bd5a9ea0..ef760abe0fb6409022354f49a3012db2e21e7def 100755 (executable)
@@ -121,7 +121,6 @@ function enableOnUser(){
 <script type="text/javascript" src="$baseurl/js/ajaxupload.js" ></script>
 <script>
        var ispublic = '$ispublic';
-       var addtitle = '$addtitle';
 
        $(document).ready(function() {