Merge branch 'master' of /home/git/platal into profile_edit
[platal.git] / include / secure_hash.inc.php
index af1cfdc..dd8dd96 100644 (file)
@@ -18,7 +18,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************/
+
 function hash_encrypt($s) {
     return sha1($s);
 }