Changeset 3501 for temp/trunk/data


Ignore:
Timestamp:
2006/08/31 17:12:55 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r3490 r3501  
    2525        if(file_exists($path)) { 
    2626            sfErrorHeader(">> /install/index.php¤Ï¥»¥­¥å¥ê¥Æ¥£¥Û¡¼¥ë¤Ë¤Ê¤ê¤Þ¤¹¡£¥¤¥ó¥¹¥È¡¼¥ë´°Î»¸å¤Ï¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Æ¤¯¤À¤µ¤¤¡£"); 
    27         }        
    28         $objConn = new SC_DbConn(DEFAULT_DSN); 
    29         $result = $objConn->getAll("SELECT * FROM dtb_baseinfo"); 
    30         if(count($result) == 0) { 
    31             sfErrorHeader(">> ´ÉÍý²èÌÌ-´ðËܾðÊó´ÉÍý¤«¤éSHOP¥Þ¥¹¥¿¤òÅÐÏ¿¤·¤Æ¤¯¤À¤µ¤¤¡£"); 
    32         }        
     27        } 
    3328    } 
    3429} 
Note: See TracChangeset for help on using the changeset viewer.