Author: cyb
Date: Fri Apr 27 14:11:04 2007
New Revision: 385

URL: http://svn.gna.org/viewcvs/phplinker?rev=385&view=rev
Log:
removed

Removed:
    trunk/www/lib/top1000.php

Removed: trunk/www/lib/top1000.php
URL: 
http://svn.gna.org/viewcvs/phplinker/trunk/www/lib/top1000.php?rev=384&view=auto
==============================================================================
--- trunk/www/lib/top1000.php (original)
+++ trunk/www/lib/top1000.php (removed)
@@ -1,21 +1,0 @@
-<?
-function cut_char($chaine, $longueur)
-{
-  if (empty ($chaine)){
-      return "";
-    }
-  elseif (strlen ($chaine) < $longueur) {
-    return $chaine;
-  }
-  elseif (preg_match ("/(.{1,$longueur})\s./ms", $chaine, $match)){
-    return $match [1] . "&nbsp;...";
-  }else{
-    return substr ($chaine, 0, $longueur) . "&nbsp;...";
-  }
-}
-
-function update_categories($id)
-{
-   $update_request = mysql_query("UPDATE `url` SET `categorized` = '1' WHERE 
`id` =".$id) ;
-}
-?>


_______________________________________________
PHPLinker-commits mailing list
[email protected]
https://mail.gna.org/listinfo/phplinker-commits

Reply via email to