svn path=/trunk/; revision=13
rm ${_DATA}/cache/\?* 2>/dev/null
else
echo -e "$length\t$width\t$height\t$info" > "$file"
- echo -e "${tagacc}${tags}" |tr '\n' '|' >> "$file"
+ echo -e "${tagacc}|${tags}" |tr '\n' '|' >> "$file"
echo >>"$file"
echo -e "${description}" >> "$file"
rm "${_DATA}/cache/$info.cache" 2>/dev/null
rm ${_DATA}/cache/\?* 2>/dev/null
+ rm ${_DATA}/cache/taglist 2>/dev/null
fi
echo -n "Location: ?i=&p=${page}&s=${search}&f=${filter}&o=${order}#$info\n\n"
fi
rm "${_DATA}"/cache/\?* 2>/dev/null
+rm "${_DATA}"/cache/taglist 2>/dev/null
echo -n "Location: ?o=$order&s=$search&f=$filter&p=$page#$info\n\n"
# You should have received a copy of the GNU Affero General Public License
# along with Serve0. If not, see <http://www.gnu.org/licenses/>.
-export LC_ALL=de_DE.UTF-8
+export LC_ALL=C
# basic functions
die() {